org.elasticsearch.common
Class Booleans

java.lang.Object
  extended by org.elasticsearch.common.Booleans

public class Booleans
extends Object


Constructor Summary
Booleans()
           
 
Method Summary
static boolean parseBoolean(char[] text, int offset, int length, boolean defaultValue)
           
static boolean parseBoolean(String value, boolean defaultValue)
           
static Boolean parseBoolean(String value, Boolean defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Booleans

public Booleans()
Method Detail

parseBoolean

public static boolean parseBoolean(char[] text,
                                   int offset,
                                   int length,
                                   boolean defaultValue)

parseBoolean

public static boolean parseBoolean(String value,
                                   boolean defaultValue)

parseBoolean

public static Boolean parseBoolean(String value,
                                   Boolean defaultValue)


Copyright © 2009-2012. All Rights Reserved.