net.sourceforge.plantuml.geom
Class CollectionUtils

java.lang.Object
  extended by net.sourceforge.plantuml.geom.CollectionUtils

public class CollectionUtils
extends Object


Constructor Summary
CollectionUtils()
           
 
Method Summary
static
<E> Collection<List<E>>
selectExactly(List<E> original, int nb)
           
static
<E> Collection<List<E>>
selectUpTo(List<E> original, int nb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionUtils

public CollectionUtils()
Method Detail

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.