Uses of Class
org.codelibs.jhighlight.fastutil.objects.ObjectArrayList
-
Packages that use ObjectArrayList Package Description org.codelibs.jhighlight.fastutil.objects -
-
Uses of ObjectArrayList in org.codelibs.jhighlight.fastutil.objects
Methods in org.codelibs.jhighlight.fastutil.objects that return ObjectArrayList Modifier and Type Method Description ObjectArrayList<K>ObjectArrayList. clone()static <K> ObjectArrayList<K>ObjectArrayList. wrap(K[] a)Wraps a given array into an array list.static <K> ObjectArrayList<K>ObjectArrayList. wrap(K[] a, int length)Wraps a given array into an array list of given size.Methods in org.codelibs.jhighlight.fastutil.objects with parameters of type ObjectArrayList Modifier and Type Method Description intObjectArrayList. compareTo(ObjectArrayList<? extends K> l)Compares this array list to another array list.booleanObjectArrayList. equals(ObjectArrayList<K> l)Compares this type-specific array list to another one.
-