|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ochafik.lang.SyntaxUtils
public class SyntaxUtils
| Nested Class Summary | |
|---|---|
static class |
SyntaxUtils.EasyMap<K,V>
|
| Constructor Summary | |
|---|---|
SyntaxUtils()
|
|
| Method Summary | ||
|---|---|---|
static
|
array(T... elements)
|
|
static
|
as(Object value,
Class<T> c)
|
|
static
|
convert(Object value,
Class<T> c)
|
|
static
|
equal(T a,
T b)
|
|
static Iterable<Node> |
iterable(NodeList list)
|
|
static
|
map(K key,
V value)
|
|
static
|
registerConverter(Class<T> c,
com.ochafik.lang.SyntaxUtils.Converter<T> converter)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyntaxUtils()
| Method Detail |
|---|
public static <T> T[] array(T... elements)
public static <T> boolean equal(T a,
T b)
public static <T> T as(Object value,
Class<T> c)
public static <T> void registerConverter(Class<T> c,
com.ochafik.lang.SyntaxUtils.Converter<T> converter)
public static <T> T convert(Object value,
Class<T> c)
public static <K,V> SyntaxUtils.EasyMap<K,V> map(K key,
V value)
public static Iterable<Node> iterable(NodeList list)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||