AST
Class SimpleSet.SimpleSetImpl

General Info

Type Hierarchy:
java.lang.Object
  extended by AST.SimpleSet.SimpleSetImpl
All Implemented Interfaces:
SimpleSet
Enclosing interface:
SimpleSet

Nested classes/interfaces inherited from interface AST.SimpleSet

Description

Member Filters

API level:

Aspect:

Constructors

public SimpleSet.SimpleSetImpl(java.util.Collection c)

Methods

public int size()
public boolean isEmpty()
public SimpleSet add(java.lang.Object o)
public java.util.Iterator iterator()
public boolean contains(java.lang.Object o)
public boolean isSingleton()
public boolean isSingleton(java.lang.Object o)

Inherited Members

Methods inherited from class java.lang.Object

clone
equals
finalize
getClass
hashCode
notify
notifyAll
toString
wait
wait
wait

Fields inherited from interface AST.SimpleSet