Serialized Form

Package org.lobobrowser.util

Class org.lobobrowser.util.History extends java.lang.Object implements Serializable

serialVersionUID: 2257845000800300100L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
            throws ClassNotFoundException,
                   java.io.IOException

Serialized Fields

historySortedSet

 SortedSet historySortedSet

historyMap

 Map historyMap

historyTimedSet

 SortedSet historyTimedSet

sequenceCapacity

 int sequenceCapacity

commonEntriesCapacity

 int commonEntriesCapacity

Class org.lobobrowser.util.LRUCache extends java.lang.Object implements Serializable

serialVersionUID: 940427225784212823L

Serialized Fields

approxMaxSize

 int approxMaxSize

cacheMap

 Map cacheMap

REMOVAL_EVENT

 EventDispatch2 REMOVAL_EVENT

timedSet

 TreeSet timedSet
Ascending timestamp order. First is least recently used.

currentSize

 int currentSize

Class org.lobobrowser.util.NameValuePair extends java.lang.Object implements Serializable

serialVersionUID: 22574500600001010L

Serialized Fields

name

 String name

value

 String value