public class IndexedReferenceModifications extends ReferenceModifications
| Modifier and Type | Class and Description |
|---|---|
static interface |
IndexedReferenceModifications.SetByIndex<T> |
static class |
IndexedReferenceModifications.SetByIndexAndValue<T> |
ReferenceModifications.SetByValue<T>| Modifier | Constructor and Description |
|---|---|
protected |
IndexedReferenceModifications()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> IndexedReferenceModifications.SetByIndexAndValue<T> |
set(int index,
T value) |
static <T> IndexedReferenceModifications.SetByIndex<T> |
setIndex(int index) |
set@Deprecated protected IndexedReferenceModifications()
public static <T> IndexedReferenceModifications.SetByIndex<T> setIndex(int index)
public static <T> IndexedReferenceModifications.SetByIndexAndValue<T> set(int index, T value)
Copyright © 2016. All rights reserved.