Class MetadataExtractor.Iterables

  • Enclosing class:
    MetadataExtractor

    public class MetadataExtractor.Iterables
    extends java.lang.Object
    Author:
    Drew Noakes https://drewnoakes.com
    • Constructor Summary

      Constructors 
      Constructor Description
      Iterables()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <E> java.util.List<E> toList​(java.lang.Iterable<E> iterable)  
      <E> java.util.Set<E> toSet​(java.lang.Iterable<E> iterable)  
      • Methods inherited from class java.lang.Object

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

      • Iterables

        public Iterables()
    • Method Detail

      • toList

        public <E> java.util.List<E> toList​(java.lang.Iterable<E> iterable)
      • toSet

        public <E> java.util.Set<E> toSet​(java.lang.Iterable<E> iterable)