@Generated(date="2014-01-02T13:00:30+0000",
value="HPPC generated from: FloatSet.java")
public interface FloatSet
extends FloatCollection
floats.| Modifier and Type | Method and Description |
|---|---|
boolean |
add(float k)
Adds
k to the set. |
boolean |
equals(java.lang.Object obj)
Compares the specified object with this set for equality.
|
int |
hashCode() |
clear, removeAll, removeAll, removeAllOccurrences, retainAll, retainAllboolean add(float k)
k to the set.true if this element was not part of the set before. Returns
false if an equal element is part of the set, and replaces the existing
equal element with the argument (if keys are object types).boolean equals(java.lang.Object obj)
ObjectSet and both objects contains exactly the same objects.equals in class java.lang.Objectint hashCode()
hashCode in class java.lang.ObjectSet.hashCode() (sum of hash codes of elements
within the set). Because sum is commutative, this ensures that different order
of elements in a set does not affect the hash code.Copyright © 2014 Carrot Search s.c.. All rights reserved.