Serialized Form
-
Package org.codelibs.jhighlight.fastutil.chars
-
Class org.codelibs.jhighlight.fastutil.chars.AbstractChar2ObjectFunction extends Object implements Serializable
- serialVersionUID:
- -4940583368468432370L
-
Serialized Fields
-
defRetValue
V defRetValue
The default return value forget(),put()andremove().
-
-
Class org.codelibs.jhighlight.fastutil.chars.AbstractChar2ObjectMap extends AbstractChar2ObjectFunction<V> implements Serializable
- serialVersionUID:
- -4940583368468432370L
-
Class org.codelibs.jhighlight.fastutil.chars.AbstractCharList.CharSubList extends AbstractCharList implements Serializable
- serialVersionUID:
- -7046029254386353129L
-
Serialized Fields
-
from
int from
Initial (inclusive) index of this sublist. -
l
CharList l
The list this sublist restricts. -
to
int to
Final (exclusive) index of this sublist.
-
-
Class org.codelibs.jhighlight.fastutil.chars.Char2ObjectFunctions.EmptyFunction extends AbstractChar2ObjectFunction<V> implements Serializable
- serialVersionUID:
- -7046029254386353129L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
Class org.codelibs.jhighlight.fastutil.chars.Char2ObjectFunctions.Singleton extends AbstractChar2ObjectFunction<V> implements Serializable
- serialVersionUID:
- -7046029254386353129L
-
Serialized Fields
-
key
char key
-
value
V value
-
-
Class org.codelibs.jhighlight.fastutil.chars.Char2ObjectFunctions.SynchronizedFunction extends AbstractChar2ObjectFunction<V> implements Serializable
- serialVersionUID:
- -7046029254386353129L
-
Serialized Fields
-
function
Char2ObjectFunction<V> function
-
sync
Object sync
-
-
Class org.codelibs.jhighlight.fastutil.chars.Char2ObjectFunctions.UnmodifiableFunction extends AbstractChar2ObjectFunction<V> implements Serializable
- serialVersionUID:
- -7046029254386353129L
-
Serialized Fields
-
function
Char2ObjectFunction<V> function
-
-
Class org.codelibs.jhighlight.fastutil.chars.Char2ObjectOpenHashMap extends AbstractChar2ObjectMap<V> implements Serializable
- serialVersionUID:
- 0L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
f
float f
The acceptable load factor. -
size
int size
Number of entries in the set.
-
-
Class org.codelibs.jhighlight.fastutil.chars.CharArrayList extends AbstractCharList implements Serializable
- serialVersionUID:
- -7046029254386353130L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
The current actual size of the list (never greater than the backing-array length).
-
-
Class org.codelibs.jhighlight.fastutil.chars.CharIterators.EmptyIterator extends AbstractCharListIterator implements Serializable
- serialVersionUID:
- -7046029254386353129L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
-
Package org.codelibs.jhighlight.fastutil.objects
-
Class org.codelibs.jhighlight.fastutil.objects.AbstractObjectList.ObjectSubList extends AbstractObjectList<K> implements Serializable
- serialVersionUID:
- -7046029254386353129L
-
Serialized Fields
-
from
int from
Initial (inclusive) index of this sublist. -
l
ObjectList<K> l
The list this sublist restricts. -
to
int to
Final (exclusive) index of this sublist.
-
-
Class org.codelibs.jhighlight.fastutil.objects.ObjectArrayList extends AbstractObjectList<K> implements Serializable
- serialVersionUID:
- -7046029254386353131L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
The current actual size of the list (never greater than the backing-array length). -
wrapped
boolean wrapped
Whether the backing array was passed towrap(). In this case, we must reallocate with the same type of array.
-
-
Class org.codelibs.jhighlight.fastutil.objects.ObjectIterators.EmptyIterator extends AbstractObjectListIterator<K> implements Serializable
- serialVersionUID:
- -7046029254386353129L
-
Serialization Methods
-
readResolve
private Object readResolve()
-
-
-
Package org.codelibs.jhighlight.tools.exceptions
-
Class org.codelibs.jhighlight.tools.exceptions.FileUtilsErrorException extends Exception implements Serializable
-