public class LinkedHashMapMaxSize<K,V> extends LinkedHashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
LinkedHashMapMaxSize(int maxSize) |
LinkedHashMapMaxSize(int maxSize,
int initCapacity,
boolean accessOrder) |
clear, containsValue, get
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public LinkedHashMapMaxSize(int maxSize, int initCapacity, boolean accessOrder)
public LinkedHashMapMaxSize(int maxSize)
Copyright © 2015 Lucee