Genuts API

com.genuts.gameui.util
Class SpriteChecker.HashSimpleVector

java.lang.Object
  extended bycom.genuts.gameui.util.SpriteChecker.HashSimpleVector
Enclosing class:
SpriteChecker

public class SpriteChecker.HashSimpleVector
extends java.lang.Object

Vector specialy designed for HashEntry.


Constructor Summary
SpriteChecker.HashSimpleVector(int initialCapacity, int capacityIncrement)
           
 
Method Summary
(package private)  void addElement(SpriteChecker.HashtableEntry elem)
           
(package private)  int capacity()
           
(package private)  void ensureCapacity(int minCapacity)
           
(package private)  boolean isEmpty()
           
(package private)  void removeAllElements()
           
(package private)  SpriteChecker.HashtableEntry removeLastElement()
           
(package private)  void setSize(int newSize)
           
(package private)  int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpriteChecker.HashSimpleVector

public SpriteChecker.HashSimpleVector(int initialCapacity,
                                      int capacityIncrement)
Method Detail

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

Genuts API