trait JBasicUtils extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- JBasicUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type JBigDecimal = BigDecimal
- type JBigInteger = BigInteger
- type JBoolean = Boolean
- type JByte = Byte
- type JCharacter = Character
- type JDate = Date
- type JDouble = Double
- type JEnum[E <: Enum[E]] = Enum[E]
- type JFloat = Float
- type JInteger = Integer
- type JLong = Long
- type JNumber = Number
- type JShort = Short
- type JStringBuilder = StringBuilder
- type JVoid = Void