Package it.unimi.dsi.law.big.stat
Class WeightedTau.AbstractWeigher
java.lang.Object
it.unimi.dsi.fastutil.longs.AbstractLong2DoubleFunction
it.unimi.dsi.law.big.stat.WeightedTau.AbstractWeigher
- All Implemented Interfaces:
Function<Long,Double>
,Long2DoubleFunction
,Serializable
,Function<Long,Double>
,LongToDoubleFunction
- Enclosing class:
- WeightedTau
public abstract static class WeightedTau.AbstractWeigher extends AbstractLong2DoubleFunction
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleFunction
defRetValue
-
Constructor Summary
Constructors Constructor Description AbstractWeigher()
-
Method Summary
Modifier and Type Method Description boolean
containsKey(long x)
int
size()
Methods inherited from class it.unimi.dsi.fastutil.longs.AbstractLong2DoubleFunction
defaultReturnValue, defaultReturnValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.unimi.dsi.fastutil.longs.Long2DoubleFunction
andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, applyAsDouble, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShort, containsKey, get, get, put, put, remove, remove
-
Constructor Details
-
AbstractWeigher
public AbstractWeigher()
-
-
Method Details
-
containsKey
public boolean containsKey(long x) -
size
public int size()
-