|
aa
|
Public Member Functions | |
| boolean | equals (Object o) |
| int | hashCode () |
Package Functions | |
| Key (Type a, Type b) | |
Static Package Functions | |
| static Type | get (Type a, Type b) |
| static void | intern_meet_quality_check () |
| static void | put (Type a, Type b, Type mt) |
Package Attributes | |
| Type | _a |
| Type | _b |
Static Package Attributes | |
| static NonBlockingHashMap< Key, Type > | INTERN_MEET = new NonBlockingHashMap<>() |
| static Key | K = new Key(null,null) |
|
package |
Definition at line 373 of file Type.java.
References com.cliffc.aa.type.Type< T extends Type< T >.Key._a, and com.cliffc.aa.type.Type< T extends Type< T >.Key._b.
Referenced by com.cliffc.aa.type.Type< T extends Type< T >.Key.equals(), and com.cliffc.aa.type.Type< T extends Type< T >.Key.put().
| boolean com.cliffc.aa.type.Type< T extends Type< T >.Key.equals | ( | Object | o | ) |
Definition at line 376 of file Type.java.
References com.cliffc.aa.type.Type< T extends Type< T >.Key._a, com.cliffc.aa.type.Type< T extends Type< T >.Key._b, and com.cliffc.aa.type.Type< T extends Type< T >.Key.Key().
|
staticpackage |
| int com.cliffc.aa.type.Type< T extends Type< T >.Key.hashCode | ( | ) |
Definition at line 375 of file Type.java.
References com.cliffc.aa.type.Type< T extends Type< T >.Key._a, com.cliffc.aa.type.Type< T extends Type< T >.Key._b, and com.cliffc.aa.type.Type< T extends Type< T >._hash.
|
staticpackage |
Definition at line 387 of file Type.java.
References com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.get(), com.cliffc.aa.type.Type< T extends Type< T >.Key.INTERN_MEET, com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.keySet(), and com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.put().
|
staticpackage |
Definition at line 382 of file Type.java.
References com.cliffc.aa.type.Type< T extends Type< T >.Key.INTERN_MEET, and com.cliffc.aa.type.Type< T extends Type< T >.Key.Key().
|
package |
|
package |
|
staticpackage |
Definition at line 372 of file Type.java.
Referenced by com.cliffc.aa.type.Type< T extends Type< T >.Key.get(), com.cliffc.aa.type.Type< T extends Type< T >.Key.intern_meet_quality_check(), and com.cliffc.aa.type.Type< T extends Type< T >.Key.put().
|
staticpackage |
Definition at line 371 of file Type.java.
Referenced by com.cliffc.aa.type.Type< T extends Type< T >.Key.get().