public class FixedCapacityIntSet extends Object implements gnu.trove.set.TIntSet
| Constructor and Description | 
|---|
FixedCapacityIntSet(FixedCapacityIntSet set)  | 
FixedCapacityIntSet(int... values)  | 
FixedCapacityIntSet(int capacity)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
add(int entry) | 
boolean | 
addAll(Collection<? extends Integer> collection) | 
boolean | 
addAll(int[] array) | 
boolean | 
addAll(gnu.trove.TIntCollection collection) | 
void | 
clear() | 
boolean | 
contains(int entry) | 
boolean | 
containsAll(Collection<?> collection) | 
boolean | 
containsAll(int[] array) | 
boolean | 
containsAll(gnu.trove.TIntCollection collection) | 
boolean | 
equals(Object obj) | 
boolean | 
forEach(gnu.trove.procedure.TIntProcedure procedure) | 
int | 
getNoEntryValue() | 
int | 
hashCode() | 
boolean | 
isEmpty() | 
gnu.trove.iterator.TIntIterator | 
iterator() | 
boolean | 
remove(int entry) | 
boolean | 
removeAll(Collection<?> collection) | 
boolean | 
removeAll(int[] array) | 
boolean | 
removeAll(gnu.trove.TIntCollection collection) | 
boolean | 
retainAll(Collection<?> collection) | 
boolean | 
retainAll(int[] array) | 
boolean | 
retainAll(gnu.trove.TIntCollection collection) | 
int | 
size() | 
int[] | 
toArray() | 
int[] | 
toArray(int[] dest) | 
String | 
toString()  | 
public FixedCapacityIntSet(int capacity)
public FixedCapacityIntSet(int... values)
public FixedCapacityIntSet(FixedCapacityIntSet set)
public int getNoEntryValue()
getNoEntryValue in interface gnu.trove.set.TIntSetgetNoEntryValue in interface gnu.trove.TIntCollectionpublic int size()
size in interface gnu.trove.set.TIntSetsize in interface gnu.trove.TIntCollectionpublic boolean isEmpty()
isEmpty in interface gnu.trove.set.TIntSetisEmpty in interface gnu.trove.TIntCollectionpublic boolean contains(int entry)
contains in interface gnu.trove.set.TIntSetcontains in interface gnu.trove.TIntCollectionpublic gnu.trove.iterator.TIntIterator iterator()
iterator in interface gnu.trove.set.TIntSetiterator in interface gnu.trove.TIntCollectionpublic int[] toArray()
toArray in interface gnu.trove.set.TIntSettoArray in interface gnu.trove.TIntCollectionpublic int[] toArray(int[] dest)
toArray in interface gnu.trove.set.TIntSettoArray in interface gnu.trove.TIntCollectionpublic boolean add(int entry)
add in interface gnu.trove.set.TIntSetadd in interface gnu.trove.TIntCollectionpublic boolean remove(int entry)
remove in interface gnu.trove.set.TIntSetremove in interface gnu.trove.TIntCollectionpublic boolean containsAll(Collection<?> collection)
containsAll in interface gnu.trove.set.TIntSetcontainsAll in interface gnu.trove.TIntCollectionpublic boolean containsAll(gnu.trove.TIntCollection collection)
containsAll in interface gnu.trove.set.TIntSetcontainsAll in interface gnu.trove.TIntCollectionpublic boolean containsAll(int[] array)
containsAll in interface gnu.trove.set.TIntSetcontainsAll in interface gnu.trove.TIntCollectionpublic boolean addAll(Collection<? extends Integer> collection)
addAll in interface gnu.trove.set.TIntSetaddAll in interface gnu.trove.TIntCollectionpublic boolean addAll(gnu.trove.TIntCollection collection)
addAll in interface gnu.trove.set.TIntSetaddAll in interface gnu.trove.TIntCollectionpublic boolean addAll(int[] array)
addAll in interface gnu.trove.set.TIntSetaddAll in interface gnu.trove.TIntCollectionpublic boolean retainAll(Collection<?> collection)
retainAll in interface gnu.trove.set.TIntSetretainAll in interface gnu.trove.TIntCollectionpublic boolean retainAll(gnu.trove.TIntCollection collection)
retainAll in interface gnu.trove.set.TIntSetretainAll in interface gnu.trove.TIntCollectionpublic boolean retainAll(int[] array)
retainAll in interface gnu.trove.set.TIntSetretainAll in interface gnu.trove.TIntCollectionpublic boolean removeAll(Collection<?> collection)
removeAll in interface gnu.trove.set.TIntSetremoveAll in interface gnu.trove.TIntCollectionpublic boolean removeAll(gnu.trove.TIntCollection collection)
removeAll in interface gnu.trove.set.TIntSetremoveAll in interface gnu.trove.TIntCollectionpublic boolean removeAll(int[] array)
removeAll in interface gnu.trove.set.TIntSetremoveAll in interface gnu.trove.TIntCollectionpublic void clear()
clear in interface gnu.trove.set.TIntSetclear in interface gnu.trove.TIntCollectionpublic boolean forEach(gnu.trove.procedure.TIntProcedure procedure)
forEach in interface gnu.trove.set.TIntSetforEach in interface gnu.trove.TIntCollectionpublic int hashCode()
Copyright © 2013. All Rights Reserved.