public class IsTableStartAlignedWithIntervals extends Object implements IsTableAligned
Constructor and Description |
---|
IsTableStartAlignedWithIntervals(Collection<org.joda.time.Interval> alignsTo)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
test(PhysicalTable table)
Test whether table aligns with the interval collection supplied.
|
public IsTableStartAlignedWithIntervals(Collection<org.joda.time.Interval> alignsTo)
alignsTo
- Collection of intervals to determine alignment with when testing.public boolean test(PhysicalTable table)
test
in interface IsTableAligned
test
in interface Predicate<PhysicalTable>
table
- The table whose alignment is under testCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.