Package org.aksw.commons.accessors
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 Summary
FieldsModifier and TypeFieldDescriptionprotected final SingleValuedAccessor<Collection<T>>protected final com.google.common.collect.Range<Long> -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.accessors.CollectionAccessor
convert
-
Field Details
-
delegate
-
multiplicity
-
-
Constructor Details
-
CollectionAccessorFromCollectionValue
-
-
Method Details
-
get
- Specified by:
getin interfaceCollectionAccessor<T>
-
getMultiplicity
Description copied from interface:CollectionAccessorReturns 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:
getMultiplicityin interfaceCollectionAccessor<T>- Returns:
-