|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmuc.core.obis.Util
public class Util
Constructor Summary | |
---|---|
Util()
|
Method Summary | ||
---|---|---|
static int |
containsChar(java.lang.String str,
char chr)
Does String str contains char chr? |
|
static
|
isElement(java.util.Vector<T> list,
T elem)
Check if an element equal to "elem" is part of the list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Util()
Method Detail |
---|
public static int containsChar(java.lang.String str, char chr)
str
- chr
- public static <T> boolean isElement(java.util.Vector<T> list, T elem)
T
- list
- elem
-
true
if elem is part of list, else
false
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |