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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private 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()