|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<java.lang.Object,C>
clarion.system.AbstractChunkCollection<C>
clarion.system.AbstractOutputChunkCollection<DimensionlessOutputChunk>
clarion.system.DimensionlessOutputChunkCollection
public class DimensionlessOutputChunkCollection
This class implements a dimension-less output chunk collection within CLARION. It extends the AbstractOutputChunkCollection class.
Usage:
This class acts as a container to hold dimension-less output chunks.
Field Summary | |
---|---|
private int |
hash
The hash for this object. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
DimensionlessOutputChunkCollection()
Initializes a dimension-less output chunk collection. |
|
DimensionlessOutputChunkCollection(java.util.Collection<? extends DimensionlessOutputChunk> ds)
Initializes a dimension-less output chunk collection with the collection of dimension-less output chunks specified. |
|
DimensionlessOutputChunkCollection(java.util.Map<? extends java.lang.Object,? extends DimensionlessOutputChunk> map)
Initializes the dimension-less output chunk collection with the map of dimension-less output chunks. |
Method Summary | |
---|---|
DimensionlessOutputChunkCollection |
clone()
Clones the dimension-less output chunk collection (including all of it's dimension-less output chunks). |
boolean |
containsKeys(java.lang.Object DOCCollection)
Checks to see if the specified object is a dimension-less output chunk collection and that all of the keys within the specified dimension-less output chunk collection are specified within this collection. |
boolean |
equals(java.lang.Object DOCCollection)
Checks to see if the specified object is an dimension-less output chunk collection and that all of the dimension-less output chunks within the specified dimension-less output chunk collection are equal to the dimension-less output chunks in this collection. |
int |
hashCode()
|
DimensionValueCollection |
toDimensionValueCollection()
Returns the dimension-less output chunk collection as a dimension-value collection that contains a single dimension (with a null ID) with values that have the same ID and activation as the dimension-less output chunks in this collection. |
Methods inherited from class clarion.system.AbstractChunkCollection |
---|
put, putAll |
Methods inherited from class java.util.LinkedHashMap |
---|
clear, containsValue, get, removeEldestEntry |
Methods inherited from class java.util.HashMap |
---|
containsKey, entrySet, isEmpty, keySet, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
containsKey, entrySet, isEmpty, keySet, remove, size, values |
Field Detail |
---|
private static final long serialVersionUID
private int hash
Constructor Detail |
---|
public DimensionlessOutputChunkCollection()
public DimensionlessOutputChunkCollection(java.util.Collection<? extends DimensionlessOutputChunk> ds)
ds
- The dimension-less output chunks for the collection.public DimensionlessOutputChunkCollection(java.util.Map<? extends java.lang.Object,? extends DimensionlessOutputChunk> map)
map
- The map of dimension-less output chunks for the dimension-less output chunk collection.Method Detail |
---|
public DimensionValueCollection toDimensionValueCollection()
toDimensionValueCollection
in class AbstractChunkCollection<DimensionlessOutputChunk>
public boolean containsKeys(java.lang.Object DOCCollection)
containsKeys
in class AbstractChunkCollection<DimensionlessOutputChunk>
DOCCollection
- The collection to compare to this collection.
public boolean equals(java.lang.Object DOCCollection)
equals
in interface java.util.Map<java.lang.Object,DimensionlessOutputChunk>
equals
in class AbstractChunkCollection<DimensionlessOutputChunk>
DOCCollection
- The collection to compare to this collection.
public int hashCode()
hashCode
in interface java.util.Map<java.lang.Object,DimensionlessOutputChunk>
hashCode
in class java.util.AbstractMap<java.lang.Object,DimensionlessOutputChunk>
public DimensionlessOutputChunkCollection clone()
clone
in class AbstractOutputChunkCollection<DimensionlessOutputChunk>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |