Interface | Description |
---|---|
MutablePriorityObject<T> | |
PriorityObject<T> |
Class | Description |
---|---|
AbstractPriorityQueue<T,O extends PriorityObject<T>> |
Implements a priority queue for objects.
|
Arrays2 | |
Collections2 | |
CountMap<T> | Deprecated
you probably want to use com.google.common.collect.Multiset instead
|
DefaultPriorityObject<T1> |
This pair type is used to store the objects together with their priority
in one structure.
|
EntryComparator |
Class that probides Key and Value comparators for
Map.Entry -objects. |
EntryComparator.Key<T extends Comparable> |
Compares two
Map.Entry s by their keys |
EntryComparator.Value<T extends Comparable> |
Compares two
Map.Entry s by their values |
Math2 |
Additional math stuff which is not found in the
Math class |
PriorityObjectAdapter<T> | |
PriorityQueue<T> |
Implements a priority queue for objects.
|
PropertyContainer |
Class for storing and fetching properties to/from a Properties-file.
|
Statistics | |
ToStringFormatter<T> |
Class for overriding an object's toString method.
|
UpdatablePriorityQueue<T extends MutablePriorityObject> |
A Queue which contains sorted key-value-pairs ordered by value.
|
Vectors |
Annotation Type | Description |
---|---|
PrefixedProperty |
Copyright © 2012. All Rights Reserved.