Package it.unimi.dsi.law.stat
Class WeightedTau.AbstractWeigher
java.lang.Object
it.unimi.dsi.fastutil.ints.AbstractInt2DoubleFunction
it.unimi.dsi.law.stat.WeightedTau.AbstractWeigher
- All Implemented Interfaces:
Function<Integer,Double>,Int2DoubleFunction,Serializable,Function<Integer,Double>,IntToDoubleFunction
- Enclosing class:
- WeightedTau
public abstract static class WeightedTau.AbstractWeigher extends AbstractInt2DoubleFunction
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class it.unimi.dsi.fastutil.ints.AbstractInt2DoubleFunction
defRetValue -
Constructor Summary
Constructors Constructor Description AbstractWeigher() -
Method Summary
Modifier and Type Method Description booleancontainsKey(int x)intsize()Methods inherited from class it.unimi.dsi.fastutil.ints.AbstractInt2DoubleFunction
defaultReturnValue, defaultReturnValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.unimi.dsi.fastutil.ints.Int2DoubleFunction
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(int x) -
size
public int size()
-