Uses of Interface
ch.bind.philib.util.LruNode
-
Packages that use LruNode Package Description ch.bind.philib.util -
-
Uses of LruNode in ch.bind.philib.util
Classes in ch.bind.philib.util with type parameters of type LruNode Modifier and Type Class Description classLruList<E extends LruNode>Methods in ch.bind.philib.util that return LruNode Modifier and Type Method Description LruNodeLruNode. getLruNext()LruNodeLruNode. getLruPrev()Methods in ch.bind.philib.util with parameters of type LruNode Modifier and Type Method Description voidLruNode. setLruNext(LruNode lruNext)voidLruNode. setLruPrev(LruNode lruPrev)
-