Module org.sejda.commons
Package org.sejda.commons.collection
package org.sejda.commons.collection
-
ClassesClassDescriptionA
LinkedListwith size constraints.ListValueMap<K,V> Map where the elements added to the same key are enqueued in a List.LRUMap<K,V> Fixed sizeMapimplementation removing the least recently used element whenMap.put(Object, Object)is called.NullSafeSet<E>LinkedHashSetwrapper disallowing null elements.