public interface IlvClusterId
IlvClusterId
instances distinguish groups of objects with different
properties.
The details of this object depend on the partitioner that has produced this object.
Classes that implement this interface should also define
equals
and hashCode
(used to partition sets of
objects into clusters), preferably also implement Comparable
(used to sort the clusters) and must define toString
(used to display clusters).
IlvClusterNode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Compares this object to another object.
|
int |
hashCode()
Returns a hash code that is compatible with
equals() . |
boolean equals(Object other)
IlvClusterId
s
produced by the same IlvClassifier
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.