Package com.tangosol.util
Class ImmutableArrayList.SetView
java.lang.Object
com.tangosol.util.WrapperCollections.AbstractWrapperCollection
com.tangosol.util.WrapperCollections.AbstractWrapperSet
com.tangosol.util.ImmutableArrayList.SetView
- All Implemented Interfaces:
Serializable
,Iterable
,Collection
,Set
- Enclosing class:
ImmutableArrayList
SetView exposes the underlying ImmutableArrayList through the
Set
interface, maintaining correct equals() and
hashCode() semantics- See Also:
-
Field Summary
Fields inherited from class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
m_colDelegate
-
Constructor Summary
-
Method Summary
Methods inherited from class com.tangosol.util.WrapperCollections.AbstractWrapperSet
getDelegate
Methods inherited from class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
add, addAll, clear, contains, containsAll, forEach, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
SetView
protected SetView()Create a SetView over this ImmutableArrayList.
-
-
Method Details
-
equals
- Specified by:
equals
in interfaceCollection
- Specified by:
equals
in interfaceSet
- Overrides:
equals
in classWrapperCollections.AbstractWrapperCollection
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceCollection
- Specified by:
hashCode
in interfaceSet
- Overrides:
hashCode
in classWrapperCollections.AbstractWrapperCollection
-
toString
- Overrides:
toString
in classWrapperCollections.AbstractWrapperCollection
-