|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.archive.util.LongWrapper
public class LongWrapper
Wraps a long. Used in place of Long so that when we extract it from a Collection we can modify the long value without creating a new object. This way we don't have to rewrite the Collection to update one of the stored longs.
Field Summary | |
---|---|
long |
longValue
|
Constructor Summary | |
---|---|
LongWrapper(long initial)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long longValue
Constructor Detail |
---|
public LongWrapper(long initial)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |