Class LocalDateTimeInterval

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

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

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

    Constructors 
    Constructor Description
    LocalDateTimeInterval​(java.time.LocalDateTime start, java.time.LocalDateTime end)  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • start

      java.time.LocalDateTime start
    • end

      java.time.LocalDateTime end
  • Constructor Details

    • LocalDateTimeInterval

      public LocalDateTimeInterval​(java.time.LocalDateTime start, java.time.LocalDateTime end)
  • Method Details