Object data
AbstractTreeModel<T> parent
Collection<E> children
List<E> unmodifiableChildren
int index
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput output) throws IOException
IOExceptionpublic void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput output) throws IOException
IOExceptionprivate void readObject(ObjectInputStream stream) throws InvalidObjectException
InvalidObjectExceptionObject 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.