|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinput.Primitive
public class Primitive
Cas des types primitifs. Solution brute : qui a mieux ? Et incomplte car array, generics, ...
Constructor Summary | |
---|---|
Primitive()
|
Method Summary | |
---|---|
static boolean |
isPrimitive(java.lang.String str)
Search the primitive name in the array. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Primitive()
Method Detail |
---|
public static boolean isPrimitive(java.lang.String str)
str
- the name to search
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |