Uses of Class
com.helger.commons.annotation.UseDirectEqualsAndHashCode
-
Packages that use UseDirectEqualsAndHashCode Package Description com.helger.commons.collection.map -
-
Uses of UseDirectEqualsAndHashCode in com.helger.commons.collection.map
Classes in com.helger.commons.collection.map with annotations of type UseDirectEqualsAndHashCode Modifier and Type Class Description classLoggingLRUMap<KEYTYPE,VALUETYPE>A specificLRUMapthat emits a warning once the map is full and the oldest entry gets discarded.classLRUMap<KEYTYPE,VALUETYPE>A special ordered map, that has an upper limit of contained elements.classLRUSet<ELEMENTTYPE>A special ordered set, that has an upper limit of contained elements.
-