ReadOnlySegmentAwareCollection<E> |
Set implementation that shows a read only view of the provided set by only allowing
entries that map to a given segment using the provided consistent hash.
|
ReadOnlySegmentAwareEntryCollection<K,V> |
Iterator implementation that shows a read only view of the provided iterator by only
allowing values that map to a given segment using the provided consistent hash.
|
ReadOnlySegmentAwareEntryIterator<K,V> |
Iterator implementation that shows a read only view of the provided iterator by only
allowing values that map to a given segment using the provided consistent hash.
|
ReadOnlySegmentAwareIterator<E> |
Iterator implementation that shows a read only view of the provided iterator by only
allowing values that map to a given segment using the provided consistent hash.
|
ReadOnlySegmentAwareMap<K,V> |
Map implementation that shows a read only view of the provided entry by only allowing
entries whose key maps to a given segment using the provided consistent hash.
|