|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectXDirectory<E>
public abstract class XDirectory<E>
Constructor Summary | |
---|---|
XDirectory()
|
Method Summary | |
---|---|
abstract void |
add(E e,
long code)
|
abstract void |
clear()
|
abstract E |
get(long code)
|
void |
printStatistics()
|
abstract void |
printStatistics(PrintStream s)
|
abstract void |
remove(long code)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XDirectory()
Method Detail |
---|
public abstract E get(long code)
public abstract void add(E e, long code)
public abstract void remove(long code)
public abstract void clear()
public void printStatistics()
public abstract void printStatistics(PrintStream s)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |