Uses of Class
org.omnaest.utils.operation.foreach.Range

Packages that use Range
org.omnaest.utils.proxy   
org.omnaest.utils.structure.iterator   
 

Uses of Range in org.omnaest.utils.proxy
 

Methods in org.omnaest.utils.proxy with parameters of type Range
static Iterable<MethodInvocationForwardingCapturer.MethodInvocationAndResult> MethodInvocationForwardingCapturer.newMethodInvocationAndResultIterable(InputStream inputStream, Range range)
          Returns only the MethodInvocationForwardingCapturer.MethodInvocationAndResult instances within the given Range of the index positions of the order of invocation.
static
<T> T
MethodInvocationForwardingCapturer.newProxyInstanceReplaying(Class<T> type, InputStream inputStream, boolean ignoreArgumentValues, Range range)
          Returns a new proxy instance which replays a previously recorded behavior when a method of it is invoked.
static void MethodInvocationForwardingCapturer.replayOn(InputStream inputStream, Object object, Range... ranges)
          Replays previously recorded method invocations on a real Object with the same type.
 

Uses of Range in org.omnaest.utils.structure.iterator
 

Fields in org.omnaest.utils.structure.iterator declared as Range
protected  Range RangedIterable.range
           
 

Constructors in org.omnaest.utils.structure.iterator with parameters of type Range
RangedIterable(Range range, Iterable<T> iterable)
           
 



Copyright © 2013. All Rights Reserved.