Class CollectionFromSingleValuedAccessor<T>
java.lang.Object
java.util.AbstractCollection<T>
org.aksw.commons.accessors.CollectionFromSingleValuedAccessor<T>
- All Implemented Interfaces:
Iterable<T>, Collection<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Field Details
-
accessor
-
-
Constructor Details
-
CollectionFromSingleValuedAccessor
-
-
Method Details
-
add
- Specified by:
addin interfaceCollection<T>- Overrides:
addin classAbstractCollection<T>
-
iterator
-
size
public int size()- Specified by:
sizein interfaceCollection<T>- Specified by:
sizein classAbstractCollection<T>
-