Documentation of 'de.erichseifert.gral.util.Iterables' Java class
Iterables
de.erichseifert.gral.util

Class Iterables



  • public abstract class Iterables
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Iterables() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static <T> java.lang.Iterable<T> concatenate(java.lang.Iterable<T>... iterables) 
      static <T> java.lang.Iterable<T> take(java.lang.Iterable<T> iterable, int elementCount) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Iterables

        public Iterables()
    • Method Detail

      • concatenate

        public static <T> java.lang.Iterable<T> concatenate(java.lang.Iterable<T>... iterables)
      • take

        public static <T> java.lang.Iterable<T> take(java.lang.Iterable<T> iterable,
                                                     int elementCount)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.