Uses of Class
org.glassfish.jersey.internal.util.collection.LRU
-
Packages that use LRU Package Description org.glassfish.jersey.internal.util.collection Common set of Jersey collection classes. -
-
Uses of LRU in org.glassfish.jersey.internal.util.collection
Methods in org.glassfish.jersey.internal.util.collection that return LRU Modifier and Type Method Description static <K,V>
LRU<K,V>LRU. create()Create new LRU
-