Uses of Class
loci.poi.util.ShortList
Packages that use ShortList
Package
Description
Top-level util package are classes that are useful throughout the project.
-
Uses of ShortList in loci.poi.util
Methods in loci.poi.util with parameters of type ShortListModifier and TypeMethodDescriptionbooleanInserts all of the elements in the specified collection into this list at the specified position.booleanAppends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.booleanShortList.containsAll(ShortList c) Returns true if this list contains all of the elements of the specified collection.booleanRemoves from this list all the elements that are contained in the specified collectionbooleanRetains only the elements in this list that are contained in the specified collection.Constructors in loci.poi.util with parameters of type ShortList