avrora.stack
Class StateCache.Set

java.lang.Object
  extended byavrora.stack.StateCache.Set
Enclosing class:
StateCache

public class StateCache.Set
extends java.lang.Object


Constructor Summary
StateCache.Set()
           
 
Method Summary
 boolean add(StateCache.State ns)
           
 boolean addAll(StateCache.Set oset)
           
 boolean contains(java.lang.Object o)
           
 boolean containsAll(StateCache.Set oset)
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateCache.Set

public StateCache.Set()
Method Detail

size

public int size()

isEmpty

public boolean isEmpty()

contains

public boolean contains(java.lang.Object o)

iterator

public java.util.Iterator iterator()

add

public boolean add(StateCache.State ns)

containsAll

public boolean containsAll(StateCache.Set oset)

addAll

public boolean addAll(StateCache.Set oset)