|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ahc.collection.StackHelper
This class provides convenience methods to create stack instances.
Constructor Summary | |
StackHelper()
|
Method Summary | |
static Stack |
createStack()
|
static Stack |
createStack(int initialSize)
|
static Stack |
createStack(Store store,
AccessStrategy accessStrategy)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StackHelper()
Method Detail |
public static Stack createStack()
public static Stack createStack(int initialSize)
public static Stack createStack(Store store, AccessStrategy accessStrategy)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |