All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.oliveryasuna.beanbag.AbstractObservableSet Maven / Gradle / Ivy

The newest version!
package com.oliveryasuna.beanbag;

import java.util.Set;

public abstract class AbstractObservableSet, SUB extends AbstractObservableSet>
    extends AbstractObservableCollection
    implements Set {

  // Constructors
  //--------------------------------------------------

  public AbstractObservableSet(final SET set) {
    super(set);
  }

  // Methods
  //--------------------------------------------------

  // Value
  //

  protected SET getSet() {
    return getCollection();
  }

  protected void setSet(final SET set) {
    setCollection(set);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy