public interface PersistentCollectionSnapshot extends Externalizable
| Modifier and Type | Method and Description |
|---|---|
String |
getDetachedState() |
<T> Collection<T> |
getElementsAsCollection() |
<K,V> Map<K,V> |
getElementsAsMap() |
boolean |
isDirty() |
boolean |
isInitialized() |
boolean |
isSorted() |
<T> Comparator<T> |
newComparator(ObjectInput in) |
void |
readCoreData(ObjectInput in) |
void |
readInitializationData(ObjectInput in) |
readExternal, writeExternalboolean isInitialized()
String getDetachedState()
boolean isDirty()
boolean isSorted()
<T> Comparator<T> newComparator(ObjectInput in) throws ClassNotFoundException, InstantiationException, IllegalAccessException, InvocationTargetException, SecurityException, NoSuchMethodException
<T> Collection<T> getElementsAsCollection()
<K,V> Map<K,V> getElementsAsMap()
void readInitializationData(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionvoid readCoreData(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundException