Class CSetImpl<T,X>
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<T>
com.google.common.collect.ForwardingSet<T>
org.aksw.commons.index.util.CSetImpl<T,X>
- All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>, CSet<T,X>, HasData<X>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.ForwardingSet
equals, hashCode, standardEquals, standardHashCode, standardRemoveAllMethods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArrayMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
delegate
-
data
-
-
Constructor Details
-
CSetImpl
public CSetImpl() -
CSetImpl
-
CSetImpl
-
-
Method Details
-
delegate
-
getData
-
setData
-
toString
- Overrides:
toStringin classcom.google.common.collect.ForwardingObject
-