Serialized Form
-
Package net.evmodder.EvLib.util
-
Class net.evmodder.EvLib.util.IndexTreeMap
- serialVersionUID:
- 919286545866124777L
-
Serialization Methods
-
readObject
Reconstitute theIndexTreeMap
instance from a stream (i.e., deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of theIndexTreeMap
instance to a stream (i.e., serialize it).- Serial Data:
- The size of the IndexTreeMap (the number of key-value mappings) is emitted (int), followed by the key (Object) and value (Object) for each key-value mapping represented by the IndexTreeMap. The key-value mappings are emitted in key-order (as determined by the IndexTreeMap's Comparator, or by the keys' natural ordering if the IndexTreeMap has no Comparator).
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
The comparator used to maintain order in this tree map, or null if it uses the natural ordering of its keys.
-
-
Class net.evmodder.EvLib.util.IndexTreeMap.AscendingSubMap
class AscendingSubMap extends net.evmodder.EvLib.util.IndexTreeMap.NavigableSubMap<K,V> implements Serializable - serialVersionUID:
- 912986545866124777L
-
Class net.evmodder.EvLib.util.IndexTreeMap.DescendingSubMap
class DescendingSubMap extends net.evmodder.EvLib.util.IndexTreeMap.NavigableSubMap<K,V> implements Serializable - serialVersionUID:
- 912986545866120777L
-
Serialized Fields
-
reverseComparator
Comparator<? super K> reverseComparator
-
-
Class net.evmodder.EvLib.util.IndexTreeMultiMap
- serialVersionUID:
- 919286545866124777L
-
Serialization Methods
-
readObject
Reconstitute theIndexTreeMap
instance from a stream (i.e., deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of theIndexTreeMap
instance to a stream (i.e., serialize it).- Serial Data:
- The size of the IndexTreeMap (the number of key-value mappings) is emitted (int), followed by the key (Object) and value (Object) for each key-value mapping represented by the IndexTreeMap. The key-value mappings are emitted in key-order (as determined by the IndexTreeMap's Comparator, or by the keys' natural ordering if the IndexTreeMap has no Comparator).
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super K> comparator
The comparator used to maintain order in this tree map, or null if it uses the natural ordering of its keys.
-
-
Class net.evmodder.EvLib.util.IndexTreeMultiMap.AscendingSubMap
class AscendingSubMap extends net.evmodder.EvLib.util.IndexTreeMultiMap.NavigableSubMap<K,V> implements Serializable - serialVersionUID:
- 912986545866124777L
-
Class net.evmodder.EvLib.util.IndexTreeMultiMap.DescendingSubMap
class DescendingSubMap extends net.evmodder.EvLib.util.IndexTreeMultiMap.NavigableSubMap<K,V> implements Serializable - serialVersionUID:
- 912986545866120777L
-
Serialized Fields
-
reverseComparator
Comparator<? super K> reverseComparator
-
-