case class Key2(key1: FlyweightKey, key2: FlyweightKey) extends FlyweightKey with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Key2
- Serializable
- Serializable
- Product
- Equals
- FlyweightKey
- Comparator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Key2(key1: FlyweightKey, key2: FlyweightKey)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
compare(o1: List[Any], o2: List[Any]): Int
- Definition Classes
- Key2 → Comparator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key1: FlyweightKey
- val key2: FlyweightKey
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
reversed(): Comparator[List[Any]]
- Definition Classes
- Comparator
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
thenComparing[U <: Comparable[_ >: U]](arg0: Function[_ >: List[Any], _ <: U]): Comparator[List[Any]]
- Definition Classes
- Comparator
-
def
thenComparing[U](arg0: Function[_ >: List[Any], _ <: U], arg1: Comparator[_ >: U]): Comparator[List[Any]]
- Definition Classes
- Comparator
-
def
thenComparing(arg0: Comparator[_ >: List[Any]]): Comparator[List[Any]]
- Definition Classes
- Comparator
-
def
thenComparingDouble(arg0: ToDoubleFunction[_ >: List[Any]]): Comparator[List[Any]]
- Definition Classes
- Comparator
-
def
thenComparingInt(arg0: ToIntFunction[_ >: List[Any]]): Comparator[List[Any]]
- Definition Classes
- Comparator
-
def
thenComparingLong(arg0: ToLongFunction[_ >: List[Any]]): Comparator[List[Any]]
- Definition Classes
- Comparator
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated