Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GenDB3
lib.intervals
Commits
2d8b9497
Commit
2d8b9497
authored
Nov 27, 2013
by
Lukas Jelonek
Browse files
Removed Interval.Integer
parent
44412812
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/cebitec/common/sequencetools/intervals/Interval.java
View file @
2d8b9497
...
...
@@ -23,6 +23,7 @@ package de.cebitec.common.sequencetools.intervals;
* instantiate intervals and interact with them use the methods in the Intervals
* class.
*
* @param <T> The number type the interval uses.
* @see Intervals
*
* @author Lukas Jelonek <ljelonek at cebitec.uni-bielefeld.de>
...
...
@@ -98,7 +99,4 @@ public interface Interval<T extends Number> {
* @return The transformed interval.
*/
Interval
<
T
>
as
(
Type
newType
);
public
interface
Integer
extends
Interval
<
java
.
lang
.
Integer
>
{
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment