Package org.aksw.commons.index.util
Class CSetImpl<T,X>
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
delegate
-
data
-
-
Constructor Details
-
CSetImpl
public CSetImpl() -
CSetImpl
-
CSetImpl
-
-
Method Details
-
delegate
- Specified by:
delegatein classcom.google.common.collect.ForwardingSet<T>
-
getData
-
setData
-
toString
- Overrides:
toStringin classcom.google.common.collect.ForwardingObject
-