Uses of Annotation Type
com.helger.commons.annotation.UseDirectEqualsAndHashCode
Packages that use UseDirectEqualsAndHashCode
-
Uses of UseDirectEqualsAndHashCode in com.helger.commons.collection.map
Classes in com.helger.commons.collection.map with annotations of type UseDirectEqualsAndHashCodeModifier and TypeClassDescriptionclassLoggingLRUMap<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.