Package | Description |
---|---|
org.infinispan.schematic.document | |
org.infinispan.schematic.internal.delta | |
org.infinispan.schematic.internal.document | |
org.modeshape.jcr |
Modifier and Type | Method and Description |
---|---|
Iterable<Array.Entry> |
Array.getEntries()
Get the entries in this array.
|
Modifier and Type | Method and Description |
---|---|
void |
Editor.Observer.addArrayValue(Path path,
Array.Entry entry)
Insert the entry into the array at the given path.
|
void |
Editor.Observer.removeArrayValue(Path path,
Array.Entry entry)
Remove the entry from the array at the given path.
|
void |
Editor.Observer.setArrayValue(Path path,
Array.Entry entry)
Set the supplied entry in the array at the given path.
|
Modifier and Type | Field and Description |
---|---|
protected List<Array.Entry> |
RetainAllValuesOperation.removedEntries |
Modifier and Type | Method and Description |
---|---|
List<Array.Entry> |
RetainAllValuesOperation.getRemovedEntries() |
List<Array.Entry> |
RemoveAllValuesOperation.getRemovedEntries() |
Modifier and Type | Class and Description |
---|---|
static class |
BasicArray.BasicEntry |
Modifier and Type | Method and Description |
---|---|
protected List<Array.Entry> |
ObservableArrayEditor.doRemoveAll(Collection<?> c) |
protected List<Array.Entry> |
ArrayEditor.doRemoveAll(Collection<?> c) |
protected List<Array.Entry> |
ObservableArrayEditor.doRetainAll(Collection<?> c) |
protected List<Array.Entry> |
ArrayEditor.doRetainAll(Collection<?> c) |
Iterable<Array.Entry> |
BasicArray.getEntries() |
Iterable<Array.Entry> |
ArrayEditor.getEntries() |
List<Array.Entry> |
MutableArray.removeAllValues(Collection<?> values)
Modifiable method that removes all of the supplied values from this array.
|
List<Array.Entry> |
BasicArray.removeAllValues(Collection<?> valuesToBeRemoved) |
List<Array.Entry> |
MutableArray.retainAllValues(Collection<?> values)
Modifiable method that removes all of the values in this array except the supplied values.
|
List<Array.Entry> |
BasicArray.retainAllValues(Collection<?> valuesToBeRetained) |
Modifier and Type | Method and Description |
---|---|
int |
BasicArray.BasicEntry.compareTo(Array.Entry o) |
Modifier and Type | Method and Description |
---|---|
void |
JcrRepository.ConfigurationChange.addArrayValue(Path path,
Array.Entry entry) |
void |
JcrRepository.ConfigurationChange.removeArrayValue(Path path,
Array.Entry entry) |
void |
JcrRepository.ConfigurationChange.setArrayValue(Path path,
Array.Entry entry) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.