com.jeffpalm.util
Interface Range.Factory

All Known Subinterfaces:
Factory
Enclosing interface:
Range

public static interface Range.Factory


Method Summary
 Range newRange(int from, int to)
           
 Range newRange(java.lang.String s)
           
 

Method Detail

newRange

Range newRange(int from,
               int to)

newRange

Range newRange(java.lang.String s)