All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collections.DefaultImplementations

java.lang.Object
   |
   +----collections.DefaultImplementations

public class DefaultImplementations
extends Object
DefaultImplementations contains only static methods that make reasonable default choices for implementations of the principal updatable collection types.


Constructor Index

 o DefaultImplementations()

Method Index

 o bag()
 o map()
 o seq()
 o seqForQueue()
 o set()
 o sortedBag()
 o sortedMap()

Constructors

 o DefaultImplementations
 public DefaultImplementations()

Methods

 o set
 public static UpdatableSet set()
 o bag
 public static UpdatableBag bag()
 o sortedBag
 public static UpdatableBag sortedBag()
 o seq
 public static UpdatableSeq seq()
 o seqForQueue
 public static UpdatableSeq seqForQueue()
 o map
 public static UpdatableMap map()
 o sortedMap
 public static UpdatableMap sortedMap()

All Packages  Class Hierarchy  This Package  Previous  Next  Index