uk.ac.starlink.table.join
Class ListStores

java.lang.Object
  extended byuk.ac.starlink.table.join.ListStores

public class ListStores
extends Object

Provides ListStore implementations.

Since:
3 Dec 2007

Method Summary
static ListStore createListStore()
          Constructs a list store with no particular constraints on the lists it uses (they may or may not be modifiable).
static ListStore createModifiableListStore()
          Constructs a list store which returns modifiable lists as far as possible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createListStore

public static ListStore createListStore()
Constructs a list store with no particular constraints on the lists it uses (they may or may not be modifiable).

Returns:
list store

createModifiableListStore

public static ListStore createModifiableListStore()
Constructs a list store which returns modifiable lists as far as possible.

Returns:
list store

Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.