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

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

The newest version!
package com.oliveryasuna.beanbag;

import java.util.Set;

public class ObservableSet extends AbstractObservableSet, ObservableSet> {

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

  public ObservableSet(final Set set) {
    super(set);
  }

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

  @Override
  protected ObservableSet getThis() {
    return this;
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy