input
Class Primitive

java.lang.Object
  extended by input.Primitive

public class Primitive
extends java.lang.Object

Cas des types primitifs. Solution brute : qui a mieux ? Et incomplte car array, generics, ...

Author:
jcroyer

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

Primitive

public Primitive()
Method Detail

isPrimitive

public static boolean isPrimitive(java.lang.String str)
Search the primitive name in the array.

Parameters:
str - the name to search
Returns:
boolean