| 
            abstract
            
            
            
            
            boolean
         | 
        
        contains(ReadableInstant instant)
        
         Does this time interval contain the specified instant. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        contains(ReadableInterval interval)
        
         Does this time interval contain the specified time interval. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        equals(Object readableInterval)
        
         Compares this object with the specified object for equality based
 on start and end millis plus the chronology. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            Chronology
         | 
        
        getChronology()
        
         Gets the chronology of the interval, which is the chronology of the first datetime. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTime
         | 
        
        getEnd()
        
         Gets the end of this time interval, which is exclusive, as a DateTime. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            long
         | 
        
        getEndMillis()
        
         Gets the end of this time interval which is exclusive. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            DateTime
         | 
        
        getStart()
        
         Gets the start of this time interval, which is inclusive, as a DateTime. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            long
         | 
        
        getStartMillis()
        
         Gets the start of this time interval which is inclusive. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            int
         | 
        
        hashCode()
        
         Gets a hash code for the time interval that is compatable with the 
 equals method. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        isAfter(ReadableInterval interval)
        
         Is this time interval entirely after the specified interval. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        isAfter(ReadableInstant instant)
        
         Is this time interval after the specified instant. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        isBefore(ReadableInterval interval)
        
         Is this time interval entirely before the specified interval. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        isBefore(ReadableInstant instant)
        
         Is this time interval before the specified instant. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            boolean
         | 
        
        overlaps(ReadableInterval interval)
        
         Does this time interval overlap the specified time interval. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            Duration
         | 
        
        toDuration()
        
         Gets the millisecond duration of this time interval. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            long
         | 
        
        toDurationMillis()
        
         Gets the millisecond duration of this time interval. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            Interval
         | 
        
        toInterval()
        
         Get this interval as an immutable Interval object. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            MutableInterval
         | 
        
        toMutableInterval()
        
         Get this time interval as a MutableInterval. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            Period
         | 
        
        toPeriod(PeriodType type)
        
         Converts the duration of the interval to a period using the
 specified period type. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            Period
         | 
        
        toPeriod()
        
         Converts the duration of the interval to a period using the
 standard period type. 
  
   | 
	 
    
        | 
            abstract
            
            
            
            
            String
         | 
        
        toString()
        
         Get the value as a String in the ISO8601 interval format. 
  
   |