Package | Description |
---|---|
net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
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 . |
Constructor and Description |
---|
StringTokenizer(char[] string,
String escapeStart,
String escapeEnd,
char... delimiters)
The constructor.
|
StringTokenizer(String string,
String escapeStart,
String escapeEnd,
char... delimiters)
The constructor that allows escaping.
|
Modifier and Type | Method and Description |
---|---|
Object |
CollectionReflectionUtil.get(Object arrayOrList,
int index)
This method gets the item at the given
index from arrayOrCollection . |
Object |
CollectionReflectionUtil.get(Object arrayOrList,
int index,
boolean ignoreIndexOverflow)
This method gets the item at the given
index from arrayOrCollection . |
int |
CollectionReflectionUtil.getSize(Object arrayMapOrCollection)
This method gets the size of the given
arrayMapOrCollection . |
Object |
CollectionReflectionUtil.set(Object arrayOrList,
int index,
Object item)
This method sets the given
item at the given index in arrayOrCollection . |
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 . |
Type |
ReflectionUtil.toType(String type)
|
Type |
ReflectionUtil.toType(String type,
ClassResolver resolver)
|
Modifier and Type | Method and Description |
---|---|
Object |
CollectionReflectionUtilImpl.get(Object arrayOrList,
int index) |
Object |
CollectionReflectionUtilImpl.get(Object arrayOrList,
int index,
boolean ignoreIndexOverflow) |
int |
CollectionReflectionUtilImpl.getSize(Object arrayMapOrCollection) |
Object |
CollectionReflectionUtilImpl.set(Object arrayOrList,
int index,
Object item) |
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.