Interface BackedSCO
-
- All Known Implementing Classes:
ArrayList,Collection,HashMap,HashSet,Hashtable,LinkedHashMap,LinkedHashSet,LinkedList,List,Map,PriorityQueue,Properties,Queue,Set,SortedMap,SortedSet,Stack,TreeMap,TreeSet,Vector
public interface BackedSCOInterface implemented by backed SCOs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StoregetBackingStore()booleanisLoaded()
-
-
-
Method Detail
-
getBackingStore
Store getBackingStore()
-
isLoaded
boolean isLoaded()
-
-