public interface PersistentCollectionSnapshot extends Externalizable
| Modifier and Type | Method and Description |
|---|---|
String |
getComparatorClassName() |
<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()
boolean isDirty()
boolean isSorted()
String getComparatorClassName()
<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
IOExceptionvoid readCoreData(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundException