Package | Description |
---|---|
net.sf.mmm.util.reflect.api |
Provides the API for utilities that help to deal with reflection.
|
net.sf.mmm.util.reflect.base |
Contains the base-implementations of the
Reflection-Util API . |
Modifier and Type | Method and Description |
---|---|
Object |
CollectionReflectionUtil.set(Object arrayOrList,
int index,
Object item,
GenericBean<Object> arrayReceiver)
This method sets the given
item at the given index in arrayOrCollection . |
Object |
CollectionReflectionUtil.set(Object arrayOrList,
int index,
Object item,
GenericBean<Object> arrayReceiver,
int maximumGrowth)
This method sets the given
item at the given index in arrayOrCollection . |
Modifier and Type | Method and Description |
---|---|
Object |
CollectionReflectionUtilImpl.set(Object arrayOrList,
int index,
Object item,
GenericBean<Object> arrayReceiver) |
Object |
CollectionReflectionUtilImpl.set(Object arrayOrList,
int index,
Object item,
GenericBean<Object> arrayReceiver,
int maximumGrowth) |
Copyright © 2001–2016 mmm-Team. All rights reserved.