JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.midheaven.math
Interface Interval.Boundary<T>
Enclosing interface:
Interval
<
T
>
public static interface
Interval.Boundary<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isInfinity
()
boolean
isOpen
()
Maybe
<
T
>
value
()
Method Details
isOpen
boolean
isOpen
()
isInfinity
boolean
isInfinity
()
value
Maybe
<
T
>
value
()