public class ImmutableIntSet extends Object implements IntSet
ImmutableIntSet(int value)
ImmutableIntSet(int[] values)
boolean
add(int value)
addAll(int[] values)
contains(int value)
equals(Object other)
int[]
getAll()
int
hashCode()
size()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public ImmutableIntSet(int[] values)
public ImmutableIntSet(int value)
public boolean add(int value)
add
IntSet
public boolean addAll(int[] values)
addAll
public boolean contains(int value)
contains
public int[] getAll()
getAll
public int size()
size
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
Copyright © 2012–2014. All rights reserved.