Uses of Interface
com.jeffpalm.util.IO.TryIterator

Packages that use IO.TryIterator
com.jeffpalm.util   
 

Uses of IO.TryIterator in com.jeffpalm.util
 

Fields in com.jeffpalm.util declared as IO.TryIterator
static IO.TryIterator IO.TryIterator.DEFAULT
           
static IO.TryIterator IO.TryIterator.NUM
           
 

Methods in com.jeffpalm.util with parameters of type IO.TryIterator
static java.io.File IO.newUniqueFile(java.io.File parentDir, java.lang.String name, IO.TryIterator ti)
           
static java.io.File IO.newUniqueFile(java.io.File parentDir, java.lang.String name, IO.TryIterator ti, int maxTries)