private static final class Sets.SubSet<E>
extends java.util.AbstractSet<E>
| Modifier and Type | Field and Description |
|---|---|
private ImmutableMap<E,java.lang.Integer> |
inputSet |
private int |
mask |
| Constructor and Description |
|---|
SubSet(ImmutableMap<E,java.lang.Integer> inputSet,
int mask) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object o) |
java.util.Iterator<E> |
iterator() |
int |
size() |
add, addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate final ImmutableMap<E,java.lang.Integer> inputSet
private final int mask
SubSet(ImmutableMap<E,java.lang.Integer> inputSet, int mask)
public java.util.Iterator<E> iterator()
public int size()