| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.collection |
Contains a very optimized implementation for lists and maps.
|
| org.cruxframework.crux.core.client.db |
Contains classes to support a database on client browser.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Array<E> |
CollectionFactory.createArray() |
static <E> Array<E> |
CollectionFactory.createArray(int size) |
static <E> Array<E> |
CollectionFactory.createArray(int size,
E fillValue) |
Array<String> |
Map.keys() |
| Modifier and Type | Field and Description |
|---|---|
protected Array<String> |
WSQLAbstractObjectStore.indexAndKeyColumnNames |
protected Array<String> |
WSQLCursor.indexColumnNames |
protected Array<String> |
WSQLAbstractObjectStore.indexColumnNames |
protected Array<String> |
WSQLCursor.keyPath |
protected Array<String> |
WSQLAbstractObjectStore.keyPath |
protected Array<String> |
WSQLAbstractDatabase.objectStoreNames |
| Modifier and Type | Method and Description |
|---|---|
protected Array<String> |
WSQLAbstractObjectStore.getIndexAndKeyColumnNames() |
protected abstract Array<String> |
WSQLCursor.getIndexedColumnNames() |
protected abstract Array<String> |
WSQLAbstractObjectStore.getIndexedColumnNames() |
protected abstract Array<String> |
WSQLCursor.getKeyPath() |
protected abstract Array<String> |
WSQLAbstractObjectStore.getKeyPath() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WSQLCursor.getIndexesValuesForObject(com.google.gwt.core.client.JavaScriptObject object,
Array<String> columnNames,
com.google.gwt.core.client.JsArrayMixed output) |
protected void |
WSQLAbstractObjectStore.getIndexesValuesForObject(com.google.gwt.core.client.JavaScriptObject object,
Array<String> columnNames,
com.google.gwt.core.client.JsArrayMixed output) |
Copyright © 2014. All rights reserved.