Class ZonedDateTimeInterval

java.lang.Object
com.deniz.jira.worklog.services.ZonedDateTimeInterval

public class ZonedDateTimeInterval
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) java.time.ZonedDateTime end  
    (package private) java.time.ZonedDateTime start  
  • Constructor Summary

    Constructors 
    Constructor Description
    ZonedDateTimeInterval​(java.time.ZonedDateTime start, java.time.ZonedDateTime end)  
  • Method Summary

    Modifier and Type Method Description
    boolean contains​(java.time.ZonedDateTime dateTime)  
    boolean overlaps​(ZonedDateTimeInterval other)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • start

      java.time.ZonedDateTime start
    • end

      java.time.ZonedDateTime end
  • Constructor Details

    • ZonedDateTimeInterval

      public ZonedDateTimeInterval​(java.time.ZonedDateTime start, java.time.ZonedDateTime end)
  • Method Details