- Creating JSON documents from java classes using gson
- startActivity (Activity)
- getExternalFilesDir (Context)
- compareTo (BigDecimal)
- EOFException (java.io)
Thrown when a program encounters the end of a file or stream during an input
operation.
- Runnable (java.lang)
Represents a command that can be executed. Often used to run code in a different
Thread.
- NoSuchElementException (java.util)
Thrown when trying to retrieve an element past the end of an Enumeration or
Iterator.
- SortedSet (java.util)
SortedSet is a Set which iterates over its elements in a sorted order. The order
is determined eithe
- Vector (java.util)
Vector is an implementation of List, backed by an array and synchronized. All
optional operations in
- Pattern (java.util.regex)
Patterns are compiled regular expressions. In many cases, convenience methods
such as String#matches
- Top Vim plugins