case class Box(col: Int, s: String) extends Item with Product with Serializable
Linear Supertypes
îˇ
î
Ordering
- Alphabetic
- By Inheritance
Inherited
- Box
- Serializable
- Serializable
- Product
- Equals
- Item
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- î new Box(col: Int, s: String)
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- î val col: Int
-
î
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
î
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
î
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef â Any
- Annotations
- @native()
-
î
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
î
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
î
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
î
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- î val s: String
-
î
final
def
synchronized[T0](arg0: â T0): T0
- Definition Classes
- AnyRef
-
î
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
î
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
î
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )