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

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

The newest version!
package com.oliveryasuna.beanbag;

import java.util.Collection;

public class ObservableCollection extends AbstractObservableCollection, ObservableCollection> {

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

  public ObservableCollection(final Collection collection) {
    super(collection);
  }

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy