|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.pojo.collection.CachedArray
org.jboss.cache.pojo.collection.CachedPrimitiveArray
public class CachedPrimitiveArray
A CachedPrimitiveArray is used to back arrays which have primitive component types. These are currently mapped to attributes on a single node.
| Field Summary |
|---|
| Fields inherited from class org.jboss.cache.pojo.collection.CachedArray |
|---|
cache, fqn |
| Constructor Summary | |
|---|---|
protected |
CachedPrimitiveArray(org.jboss.cache.Fqn<?> fqn,
java.lang.Class<?> type,
PojoCacheImpl cache)
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int index)
|
void |
set(int index,
java.lang.Object element)
|
| Methods inherited from class org.jboss.cache.pojo.collection.CachedArray |
|---|
create, destroy, getFqn, length, load, toArray, writeInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CachedPrimitiveArray(org.jboss.cache.Fqn<?> fqn,
java.lang.Class<?> type,
PojoCacheImpl cache)
| Method Detail |
|---|
public void set(int index,
java.lang.Object element)
set in class CachedArraypublic java.lang.Object get(int index)
get in class CachedArray
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||