| Package | Description | 
|---|---|
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
ImmutableArrayList.SetView
SetView exposes the underlying ImmutableArrayList through the  
Set interface, maintaining correct equals() and
 hashCode() semantics | 
protected class  | 
ImmutableArrayList.SortedSetView
SetView exposes the underlying ImmutableArrayList through the  
SortedSet interface, maintaining correct equals() and
 hashCode() semantics | 
protected class  | 
ImmutableMultiList.SetView
SetView exposes the underlying ImmutableMultiList through the  
Set interface, maintaining correct equals() and
 hashCode() semantics | 
static class  | 
WrapperCollections.AbstractWrapperSortedSet<E>
SortedSet implementation which delegates all calls to another SortedSet. 
 |