Class Node<M>
- java.lang.Object
-
- org.usf.java.jinterval.partition.single.Node<M>
-
- Direct Known Subclasses:
CyclicIntervalNode
,RegularIntervalNode
public class Node<M> extends Object
- Author:
- u$f
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SingleModelPartition<M>
partitions(java.time.ZonedDateTime start, java.time.ZonedDateTime endExclusive, int step)
SingleModelPartition<M>
partitions(java.time.ZonedDateTime start, java.time.ZonedDateTime endExclusive, int step, Collection<Node<M>> primary)
-
-
-
Method Detail
-
partitions
public final SingleModelPartition<M> partitions(java.time.ZonedDateTime start, java.time.ZonedDateTime endExclusive, int step)
-
partitions
public final SingleModelPartition<M> partitions(java.time.ZonedDateTime start, java.time.ZonedDateTime endExclusive, int step, Collection<Node<M>> primary)
-
-