org.eclipse.jdt.internal.compiler.util
Class HashSetOfInt
java.lang.Object
org.eclipse.jdt.internal.compiler.util.HashSetOfInt
- All Implemented Interfaces:
- Cloneable
public final class HashSetOfInt
- extends Object
- implements Cloneable
HashSet of Object[]
set
public int[] set
elementSize
public int elementSize
HashSetOfInt
public HashSetOfInt()
HashSetOfInt
public HashSetOfInt(int size)
clone
public Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
contains
public boolean contains(int element)
add
public int add(int element)
remove
public int remove(int element)
size
public int size()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.