trait
JavaLib extends AnyRef
Type Members
-
type
AssertionError = java.lang.AssertionError
-
type
Class[A] = java.lang.Class[A]
-
type
ClassCastException = java.lang.ClassCastException
-
type
ClassLoader = java.lang.ClassLoader
-
type
Comparable[A] = java.lang.Comparable[A]
-
type
Comparator[-A] = java.util.Comparator[A]
-
type
DirectoryStream[A] = java.nio.file.DirectoryStream[A]
-
type
DirectoryStreamFilter[A] = Filter[A]
-
type
Exception = java.lang.Exception
-
type
FileTime = java.nio.file.attribute.FileTime
-
type
IOException = java.io.IOException
-
type
IllegalArgumentException = java.lang.IllegalArgumentException
-
type
IndexOutOfBoundsException = java.lang.IndexOutOfBoundsException
-
type
InputStream = java.io.InputStream
-
type
NoSuchElementException = java.util.NoSuchElementException
-
type
OutputStream = java.io.OutputStream
-
type
PrintStream = java.io.PrintStream
-
type
RuntimeException = java.lang.RuntimeException
-
type
String = java.lang.String
-
type
StringBuilder = java.lang.StringBuilder
-
type
Thread = java.lang.Thread
-
type
Throwable = java.lang.Throwable
-
type
UnsupportedOperationException = java.lang.UnsupportedOperationException
-
type
jArrayList[A] = ArrayList[A]
-
type
jCharSequence = CharSequence
-
type
jCharset = Charset
-
type
jClass = java.lang.Class[_]
-
type
jClassLoader = java.lang.ClassLoader
-
type
jCloseable = Closeable
-
type
jCollection[A] = Collection[A]
-
type
jConcurrentHashMap[K, V] = ConcurrentHashMap[K, V]
-
type
jConcurrentMap[K, V] = ConcurrentMap[K, V]
-
type
jConsumer[-A] = Consumer[A]
-
type
jDate = Date
-
type
jEnum[E <: jEnum[E]] = Enum[E]
-
type
jEnumeration[A] = Enumeration[A]
-
type
jField = Field
-
type
jFile = File
-
type
jFunction[-A, +B] = Function[A, B]
-
type
jFuture[A] = Future[A]
-
type
jHashMap[K, V] = HashMap[K, V]
-
type
jHashSet[A] = HashSet[A]
-
type
jIterable[+A] = Iterable[A]
-
type
jIterator[+A] = Iterator[A]
-
type
jList[A] = List[A]
-
type
jMap[K, V] = Map[K, V]
-
type
jMapEntry[K, V] = Entry[K, V]
-
type
jMethod = Method
-
type
jObject = AnyRef
-
type
jOptional[+A] = Optional[A]
-
type
jPath = Path
-
type
jPredicate[-A] = Predicate[A]
-
type
jRunnable = Runnable
-
type
jSet[A] = Set[A]
-
type
jSortedMap[K, V] = SortedMap[K, V]
-
type
jSortedSet[A] = SortedSet[A]
-
type
jStream[A] = Stream[A]
-
type
jTreeMap[K, V] = TreeMap[K, V]
-
type
jTreeSet[A] = TreeSet[A]
-
type
jUri = URI
-
type
jUrl = URL
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
val
EOL: java.lang.String
-
final
val
MaxInt: Int(2147483647)
-
final
val
MaxLong: Long(9223372036854775807L)
-
final
val
MinInt: Int(-2147483648)
-
final
val
MinLong: Long(-9223372036854775808L)
-
final
def
asInstanceOf[T0]: T0
-
def
assertionError(msg: String): Nothing
-
def
clone(): AnyRef
-
def
contextClassLoader: ClassLoader
-
def
currentThread: Thread
-
def
dateTime(): String
-
def
defaultCharset: Charset
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
fileSeparator: String
-
def
finalize(): Unit
-
def
formattedDate(format: String)(date: jDate): String
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
def
illegalArgumentException(msg: Any): Nothing
-
def
indexOutOfBoundsException(msg: Any): Nothing
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
-
-
def
milliTime: Long
-
def
nanoTime: Long
-
final
def
ne(arg0: AnyRef): Boolean
-
def
noSuchElementException(msg: String): Nothing
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
runtimeException(msg: String): Nothing
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
systemClassLoader: ClassLoader
-
def
threadSleep(ms: Long): Unit
-
def
threadYield(): Unit
-
def
toString(): java.lang.String
-
def
unsupportedOperationException(msg: String): Nothing
-
def
utf8Charset: Charset
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any