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[]


字段摘要
 int elementSize
           
 int[] set
           
 
构造方法摘要
HashSetOfInt()
           
HashSetOfInt(int size)
           
 
方法摘要
 int add(int element)
           
 Object clone()
           
 boolean contains(int element)
           
 int remove(int element)
           
 int size()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

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.