org.mvel2.util
Class ArrayTools

java.lang.Object
  extended by org.mvel2.util.ArrayTools

public class ArrayTools
extends Object


Constructor Summary
ArrayTools()
           
 
Method Summary
static int findFirst(char c, int start, int offset, char[] array)
           
static int findLast(char c, int start, int offset, char[] array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayTools

public ArrayTools()
Method Detail

findFirst

public static int findFirst(char c,
                            int start,
                            int offset,
                            char[] array)

findLast

public static int findLast(char c,
                           int start,
                           int offset,
                           char[] array)


Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.