org.eclipse.jdt.internal.compiler.util
类 HashSetOfInt
java.lang.Object
org.eclipse.jdt.internal.compiler.util.HashSetOfInt
- 所有已实现的接口:
- 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
- 覆盖:
- 类
Object 中的 clone
- 抛出:
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()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2013. All Rights Reserved.