public final class Weights<T> extends Object implements Serializable
Weights(T target, int weight)
boolean
equals(Object o)
int
hashCode()
T
target()
String
toString()
weight()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Weights(@Nonnull T target, int weight)
@Nonnull public T target()
public int weight()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2024. All rights reserved.