Modifier and Type | Class and Description |
---|---|
private static class |
Modifier and Type | Field and Description |
---|---|
private static Address |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public long | |
private static synchronized void | |
public static Iterator |
inUseListHead | back to summary |
---|---|
private static Address inUseListHead |
ObjectSynchronizer | back to summary |
---|---|
public ObjectSynchronizer() |
identityHashValueFor | back to summary |
---|---|
public long identityHashValueFor(Oop obj) |
initialize | back to summary |
---|---|
private static synchronized void initialize(TypeDataBase db) throws WrongTypeException |
objectMonitorIterator | back to summary |
---|---|
public static Iterator |
Modifier and Type | Field and Description |
---|---|
private ObjectMonitor |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public Object | |
public void | remove()
Overrides default java. Removes from the underlying collection the last element returned by this iterator (optional operation). |
mon | back to summary |
---|---|
private ObjectMonitor mon |
ObjectMonitorIterator | back to summary |
---|---|
pack-priv ObjectMonitorIterator() |
hasNext | back to summary |
---|---|
public boolean hasNext() Implements java. Doc from java. Returns
|
next | back to summary |
---|---|
public Object next() Implements java. Doc from java. Returns the next element in the iteration.
|
remove | back to summary |
---|---|
public void remove() Overrides default java. Doc from java. Removes from the underlying collection the last element returned
by this iterator (optional operation). This method can be called
only once per call to The behavior of an iterator is unspecified if the underlying collection is modified while the iteration is in progress in any way other than by calling this method, unless an overriding class has specified a concurrent modification policy.
The behavior of an iterator is unspecified if this method is called
after a call to the |