net.sourceforge.plantuml.geom
Class CollectionUtils
java.lang.Object
net.sourceforge.plantuml.geom.CollectionUtils
public class CollectionUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionUtils
public CollectionUtils()
selectUpTo
public static <E> Collection<List<E>> selectUpTo(List<E> original,
int nb)
selectExactly
public static <E> Collection<List<E>> selectExactly(List<E> original,
int nb)
Copyright © 2013. All Rights Reserved.