Object data
AbstractTreeModel<T> parent
Collection<E> children
List<E> unmodifiableChildren
int index
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput output) throws IOException
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput output) throws IOException
IOException
private void readObject(ObjectInputStream stream) throws InvalidObjectException
InvalidObjectException
Object writeReplace()
ConcurrentMap<K,V> data
int concurrencyLevel
org.omnifaces.util.concurrentlinkedhashmap.LinkedDeque<E extends org.omnifaces.util.concurrentlinkedhashmap.Linked<E>> evictionDeque
long weightedSize
long capacity
int nextOrder
int drainedOrder
Lock evictionLock
Queue<E>[] buffers
AtomicIntegerArray bufferLengths
AtomicReference<V> drainStatus
EntryWeigher<K,V> weigher
Queue<E> pendingNotifications
EvictionListener<K,V> listener
Copyright © 2012–2014 OmniFaces. All rights reserved.