|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use de.fu_berlin.ties.util | |
---|---|
de.fu_berlin.ties.classify.winnow | This package contains the Winnow classification algorithm and related algorithms and classes. |
de.fu_berlin.ties.io | This package provides classes for input/output handling and for (de)serialization. |
de.fu_berlin.ties.util | This package contains miscellaneous utility classes. |
de.fu_berlin.ties.xml | This package contains utility classes for working with XML documents and related data. |
Classes in de.fu_berlin.ties.util used by de.fu_berlin.ties.classify.winnow | |
---|---|
AdaptableLRUMap
A fixed-size map that uses an flexible adaptable strategy for pruning entries based on LRU (pruning one the least recently used entries). |
|
Pruner
A pruner decidedes which map entries should be pruned (deleted), choosing among several candidate entries. |
|
RemoveCallback
This interface signals that the implementor wants to be called back whenever a key is deleted from a map and provides a method to do so. |
Classes in de.fu_berlin.ties.util used by de.fu_berlin.ties.io | |
---|---|
MutableInt
Small wrapper class for an int whose value can be changed. |
Classes in de.fu_berlin.ties.util used by de.fu_berlin.ties.util | |
---|---|
ListEntry
An entry in a doubly linked list. |
|
MultiValueMap
A MultiValueMap allows storing multiple values for each key. |
|
Pruner
A pruner decidedes which map entries should be pruned (deleted), choosing among several candidate entries. |
|
RemoveCallback
This interface signals that the implementor wants to be called back whenever a key is deleted from a map and provides a method to do so. |
Classes in de.fu_berlin.ties.util used by de.fu_berlin.ties.xml | |
---|---|
ListEntry
An entry in a doubly linked list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |