String msg
int limit
int limit
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IndexedTreeMap instance from a stream (i.e., deserialize it).IOException - in case of write errorsClassNotFoundException - in case of class casting errorsprivate void writeObject(ObjectOutputStream s) throws IOException
IndexedTreeMap instance to a stream (i.e., serialize it).IOException - in case of write errorsComparator<T> comparator
Comparator<T> reverseComparator
IndexedTreeMap<K,V> m
Object lo
Object hi
boolean fromStart
boolean toEnd
boolean loInclusive
boolean hiInclusive
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IndexedTreeSet instance from a stream (that is,
deserialize it).IOException - in case of write errorsClassNotFoundException - in case of casting errorsprivate void writeObject(ObjectOutputStream s) throws IOException
IndexedTreeSet instance to a stream (that
is, serialize it).null
if it obeys its elements' natural ordering (Object), followed
by the size of the set (the number of elements it contains)
(int), followed by all of its elements (each an Object) in
order (as determined by the set's Comparator, or by the
elements' natural ordering if the set has no Comparator).IOException - in case of IO problemsCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.