org.caleigo.core
Class EntityPool.EntityPoolSet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byorg.caleigo.core.EntityPool.EntityPoolSet
All Implemented Interfaces:
java.util.Collection, java.util.Set
Enclosing class:
EntityPool

protected class EntityPool.EntityPoolSet
extends java.util.AbstractSet


Constructor Summary
protected EntityPool.EntityPoolSet()
           
 
Method Summary
 boolean add(java.lang.Object obj)
           
 java.util.Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
 

Constructor Detail

EntityPool.EntityPoolSet

protected EntityPool.EntityPoolSet()
Method Detail

add

public boolean add(java.lang.Object obj)

size

public int size()

iterator

public java.util.Iterator iterator()


Copyright © 2005 Caleigo. All Rights Reserved.