40

Codota search

 6 years ago
source link: https://app.codota.com/search
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

AI completions for your Java IDE

Add Tabnine to your IDE (free)

Popular Java APIs

Code Index

  • Gson

    This is the main class for using Gson. Gson is typically used by first constructing a Gson instance and then invoking #toJson(Object) or #fromJson(String,Class) methods on it

  • Stream.filter

    Returns a stream consisting of the elements of this stream that match the given predicate

  • Executors.newFixedThreadPool

    Creates a thread pool that reuses a fixed number of threads operating off a shared unbounded queue

  • GetMapping

    Annotation for mapping HTTP GET requests onto specific handler methods

  • OkHttpClient

    Factory for Call, which can be used to send HTTP requests and read their responses

  • ImmutableList

    A high-performance, immutable, random-access List implementation. Does not permit null elements

  • BufferedReader

    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is minimized, since most (smaller) requests can be satisfied by accessing the buffer alone

  • URL.openConnection

    Returns a new connection to the resource referred to by this URL

  • BigDecimal.compareTo

    Compares this BigDecimal with val. Returns one of the three values 1, 0, or -1

  • Point

    A point representing a location in (x,y) coordinate space, specified in integer precision

  • Cipher

    This class provides access to implementations of cryptographic ciphers for encryption and decryption

  • JPanel

    JPanel is a generic lightweight container

  • ResultSet

    A table of data representing a database result set, which is usually generated by executing a statement that queries the database

  • KeyStore

    KeyStore is responsible for maintaining cryptographic keys and their owners

  • GetMapping

    Annotation for mapping HTTP GET requests onto specific handler methods


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK