com.genuts.gameui.util
Class SpriteChecker.HashSimpleVector
java.lang.Object
com.genuts.gameui.util.SpriteChecker.HashSimpleVector
- Enclosing class:
- SpriteChecker
- public class SpriteChecker.HashSimpleVector
- extends java.lang.Object
Vector specialy designed for HashEntry.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpriteChecker.HashSimpleVector
public SpriteChecker.HashSimpleVector(int initialCapacity,
int capacityIncrement)
ensureCapacity
final void ensureCapacity(int minCapacity)
setSize
final void setSize(int newSize)
capacity
final int capacity()
size
final int size()
isEmpty
final boolean isEmpty()
removeLastElement
final SpriteChecker.HashtableEntry removeLastElement()
addElement
final void addElement(SpriteChecker.HashtableEntry elem)
removeAllElements
final void removeAllElements()
Genuts API