|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbsharp.arrays.Arrays
public class Arrays
A static class with helpful methods to manipulating arrays.
| Method Summary | |
|---|---|
static boolean |
contains(java.lang.Object[] array,
java.lang.Object element)
Return true if the array contains the given object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean contains(java.lang.Object[] array,
java.lang.Object element)
array - the array to searchelement - the element to search for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||