Package org.glassfish.pfl.basic.contain


package org.glassfish.pfl.basic.contain
  • Class
    Description
    Utility for managing mappings from densely allocated integer keys to arbitrary objects.
    Display<K,V>
    Supports a Display as typically found in Lexical scoping.
    Type safe holder that can hold any non-primitive type.
     
    A stack with additional operations that support recording the current top of stack as a mark, and then later popping all items pushed since the last mark call.
    A simple abstraction of a MultiSet, that is, a "set" that can contain more than one copy of the same element.
     
     
    Pair<S,T>
    A utility class representing a generic types Pair of elements.
     
    A thread-safe, contention-free lazy resource factory.
    SPair<S extends Serializable,T extends Serializable>
    Serializable version of Pair.
     
    Type safe holder that can hold any non-primitive type.
    Triple<S,T,U>
    Represents a Triple of values.