|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceforge.jemm.util.ManagedItem<Key>
public abstract class ManagedItem<Key>
Constructor Summary | |
---|---|
protected |
ManagedItem(Key key)
|
Method Summary | |
---|---|
boolean |
decrementInUse()
|
Key |
getKey()
|
void |
incrementInUse()
|
abstract boolean |
isUnused()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ManagedItem(Key key)
Method Detail |
---|
public void incrementInUse()
public boolean decrementInUse()
public abstract boolean isUnused()
public Key getKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |