Package hudson.util

Class TagCloud<T>

All Implemented Interfaces:
Iterable<TagCloud<T>.Entry>, Collection<TagCloud<T>.Entry>, List<TagCloud<T>.Entry>

public class TagCloud<T> extends AbstractList<TagCloud<T>.Entry>
Represents an order-preserving tag cloud where each keyword gets a weight and displayed according to their weight. TODO: define a view on its own.
Since:
1.322