org.opennms.core.utils
Class IntSet
java.lang.Object
org.opennms.core.utils.IntSet
- public class IntSet
- extends java.lang.Object
Provides set functionality for ints.
Field Summary |
(package private) java.util.Set |
set
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
set
java.util.Set set
IntSet
public IntSet()
add
public boolean add(int n)
addAll
public boolean addAll(IntSet s)
clear
public void clear()
contains
public boolean contains(int n)
containsAll
public boolean containsAll(IntSet s)
isEmpty
public boolean isEmpty()
iterator
public java.util.Iterator iterator()
remove
public boolean remove(int n)
removeAll
public boolean removeAll(IntSet s)
retainAll
public boolean retainAll(IntSet s)
size
public int size()
toArray
public int[] toArray()
Generated by eevans on May 29 2005 2015.