bibliothek.gui.dock.util
Interface UIPriorityValue.Value<T>

Type Parameters:
T - the kind of value this entry represents
Enclosing class:
UIPriorityValue<T>

public static interface UIPriorityValue.Value<T>

Represents a single entry in this map.

Author:
Benjamin Sigg

Method Summary
 T getValue()
           
 

Method Detail

getValue

T getValue()