LRUQEntry

zhttp.clients.ResPoolCache$.LRUQEntry
class LRUQEntry[K](val timestamp: Long, val key: K)(implicit ord: K => Ordered[K]) extends Ordered[LRUQEntry[K]]

Attributes

Graph
Supertypes
trait Ordered[LRUQEntry[K]]
trait Comparable[LRUQEntry[K]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def compare(that: LRUQEntry[K]): Int

Attributes

Definition Classes
Ordered

Inherited methods

def <(that: LRUQEntry[K]): Boolean

Attributes

Inherited from:
Ordered
def <=(that: LRUQEntry[K]): Boolean

Attributes

Inherited from:
Ordered
def >(that: LRUQEntry[K]): Boolean

Attributes

Inherited from:
Ordered
def >=(that: LRUQEntry[K]): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: LRUQEntry[K]): Int

Attributes

Inherited from:
Ordered

Concrete fields

val key: K
val timestamp: Long