|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ref.Reference<T>
java.lang.ref.WeakReference<SharedObject>
shared.SharedObjectFactory.Segment.Entry
shared.SharedObjectFactory.Segment.EntryWithID
private static class SharedObjectFactory.Segment.EntryWithID
A bucket entry for a shared object with a unique identifier.
| Field Summary | |
|---|---|
int |
id
|
| Fields inherited from class shared.SharedObjectFactory.Segment.Entry |
|---|
hash, next |
| Constructor Summary | |
|---|---|
SharedObjectFactory.Segment.EntryWithID(SharedObjectFactory.Segment.Entry next,
SharedObjectWithID sharedObjectWithID,
int hash,
int id)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.ref.Reference |
|---|
clear, enqueue, get, isEnqueued |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int id
| Constructor Detail |
|---|
public SharedObjectFactory.Segment.EntryWithID(SharedObjectFactory.Segment.Entry next,
SharedObjectWithID sharedObjectWithID,
int hash,
int id)
next - The next entry in the bucket.sharedObjectWithID - The shared object.hash - The hash that is associated with the given shared object.id - The unique identifier.
|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||