org.jcodings
Class CodeRange

java.lang.Object
  extended by org.jcodings.CodeRange

public class CodeRange
extends Object


Constructor Summary
CodeRange()
           
 
Method Summary
static boolean isInCodeRange(int[] p, int code)
           
static boolean isInCodeRange(int[] p, int offset, int code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeRange

public CodeRange()
Method Detail

isInCodeRange

public static boolean isInCodeRange(int[] p,
                                    int code)

isInCodeRange

public static boolean isInCodeRange(int[] p,
                                    int offset,
                                    int code)


Copyright © 2011. All Rights Reserved.