This website works better with JavaScript.
Explore
Help
Sign In
g7s
/
omp-ha-2019
Watch
1
Star
0
Fork
You've already forked omp-ha-2019
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
257357c8d5
master
generic-observer
1
10
11
12
2
3
4
5
6
7
8
9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '257357c8d5'
${ noResults }
omp-ha-2019
/
src
/
main
/
java
/
_5
/
_3
/
Older.java
8 lines
109 B
Java
Raw
Blame
History
package
_5._3
;
public
interface
Older
<
T
>
{
public
boolean
isOlder
(
T
other
)
;
public
int
getAge
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink