public interface LinearTypeOrder
Modifier and Type | Method and Description |
---|---|
int[] |
getOrder() |
boolean |
lessThan(int t1,
int t2)
Compare two types.
|
boolean |
lessThan(Type t1,
Type t2)
Compare two types.
|
boolean lessThan(Type t1, Type t2)
t1
- type to comparet2
- type to comparetrue
iff t1
is less than t2
in this order.boolean lessThan(int t1, int t2)
t1
- type to comparet2
- type to comparetrue
iff t1
is less than t2
in this order.int[] getOrder()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.