| java.util.AbstractSet hu.netmind.persistence.SetImpl
SetImpl | public class SetImpl extends AbstractSet implements Container(Code) | | Custom set implementation based on lazy lists. This is not
thread-safe.
author: Brautigam Robert version: Revision: $Revision$ |
Inner Class :public class SetImplIteratorImpl implements Iterator | |
Inner Class :public class ObjectWrapper | |
clear | public void clear()(Code) | | |
equals | public boolean equals(Object obj)(Code) | | Determine whether list equals another list in content.
|
getLastSerial | public Long getLastSerial()(Code) | | Get the serial number of last modification.
|
hasChanged | public boolean hasChanged()(Code) | | Returns whether the container changes internally since last save().
|
reload | public void reload()(Code) | | |
remove | public boolean remove(Object item)(Code) | | Remove object from set.
|
|
|