|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.util.ArrayUtils
public class ArrayUtils
Constructor Summary | |
---|---|
ArrayUtils()
|
Method Summary | ||
---|---|---|
static
|
dropElements(T[] src,
T... elementsToDrop)
Drop elements from array |
|
static void |
replaceFirst(java.lang.Object[] src,
java.lang.Object from,
java.lang.Object to)
Replace first occurance of object with another |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayUtils()
Method Detail |
---|
public static <T> T[] dropElements(T[] src, T... elementsToDrop)
src
- source arrayelementsToDrop
-
public static void replaceFirst(java.lang.Object[] src, java.lang.Object from, java.lang.Object to)
src
- from
- to
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |