Class Ranges.Entry
- java.lang.Object
-
- org.apache.tomcat.util.http.parser.Ranges.Entry
-
- Enclosing class:
- Ranges
public static class Ranges.Entry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Entry(long start, long end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEnd()
long
getStart()
-