All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gw.lang.reflect.interval.ISequenceable Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
/*
 * Copyright 2014 Guidewire Software, Inc.
 */

package gw.lang.reflect.interval;

public interface ISequenceable, S, U> extends Comparable
{
  E nextInSequence( S step, U unit );
  E nextNthInSequence( S step, U unit, int iIndex );
  E previousInSequence( S step, U unit );
  E previousNthInSequence( S step, U unit, int iIndex );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy