at.molindo.utils.collections
Class IteratorWrappers

java.lang.Object
  extended by at.molindo.utils.collections.IteratorWrappers

public class IteratorWrappers
extends Object


Method Summary
static Iterable<String> trim(Iterable<String> iterable)
           
static Iterator<String> trim(Iterator<String> iter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

trim

public static Iterable<String> trim(Iterable<String> iterable)

trim

public static Iterator<String> trim(Iterator<String> iter)


Copyright © 2011 Molindo GmbH. All Rights Reserved.