public class CountEntryWithMaxError<T> extends CountEntry<T>
CountEntry, extended with a field maxError.| Modifier and Type | Field and Description |
|---|---|
long |
maxError |
frequency, item| Constructor and Description |
|---|
CountEntryWithMaxError(T item,
long frequency,
long maxError) |
| Modifier and Type | Method and Description |
|---|---|
CountEntryWithMaxError<T> |
clone() |
String |
toString() |
compareTo, getFrequency, getItem, setFrequency, setItempublic CountEntryWithMaxError(T item, long frequency, long maxError)
public String toString()
toString in class CountEntry<T>public CountEntryWithMaxError<T> clone() throws CloneNotSupportedException
clone in class CountEntry<T>CloneNotSupportedExceptionCopyright © 2014. All rights reserved.