public final class MethodToAtomicLong extends Object implements KeyValue<Method,AtomicLong>
Modifier and Type | Field and Description |
---|---|
Method |
key |
AtomicLong |
value |
Constructor and Description |
---|
MethodToAtomicLong(Method aKey) |
MethodToAtomicLong(Method aKey,
AtomicLong aValue) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(KeyValue<Method,?> aReference) |
boolean |
equals(Object obj) |
Method |
getKey() |
AtomicLong |
getValue() |
int |
hashCode() |
String |
toString() |
public final Method key
public final AtomicLong value
public MethodToAtomicLong(Method aKey)
public MethodToAtomicLong(Method aKey, AtomicLong aValue)
public int compareTo(KeyValue<Method,?> aReference)
compareTo
in interface Comparable<KeyValue<Method,?>>
public Method getKey()
getKey
in interface KeyValue<Method,AtomicLong>
public AtomicLong getValue()
getValue
in interface KeyValue<Method,AtomicLong>
Copyright © 2019 Optimatika. All rights reserved.