Class CollectionAccessorFromCollectionValue<T>

java.lang.Object
org.aksw.commons.accessors.CollectionAccessorFromCollectionValue<T>
All Implemented Interfaces:
CollectionAccessor<T>

public class CollectionAccessorFromCollectionValue<T> extends Object implements CollectionAccessor<T>
  • Field Details

  • Constructor Details

  • Method Details

    • get

      public Collection<T> get()
      Specified by:
      get in interface CollectionAccessor<T>
    • getMultiplicity

      public com.google.common.collect.Range<Long> getMultiplicity()
      Description copied from interface: CollectionAccessor
      Returns the multiplicity of the underlying collection This is the minimum and maximum number of items this collection may hold. If a minimum exists, it is assumed that the collection's iterator yields those immutable entries first.
      Specified by:
      getMultiplicity in interface CollectionAccessor<T>
      Returns: