Joiner is part library of google guava, this class help us to join a List and Map. An object which joins pieces of text (specified as an array, Iterable, varargs or even a Map) with a separator. It either appends the results to an […]
HashBaseTable is a part of collections google guava library. This views returned by column, columnKeySet and columnMap have iterators than don’t support romove(). Otherwise, all optional operations are supported. Null values is not supported( column, row and values).
Lookups by row key are often faster than lookups by collumn key, because the data is stored in […]
Awesome… that is Word i can say first, for Google Guava Table.
Guava table is a part of library guava. A collection that associates an ordered pair of keys, called a row key and a column key, with a single value. A table may be sparse, with only a small fraction of row key / column […]
Determines a true or false value for any Java char value, just as Predicate does for any Object. Also offers basic text processing methods based on this function. Implementations are strongly encouraged to be side-effect-free and immutable.
Throughout the documentation of this class, the phrase “matching character” is used to mean “any character c […]
What is StopWatch ?
StopWatch is part of Google’s Guava library. An object that measures elapsed time in nanoseconds. It is useful to measure elapsed time using this class instead of direct calls to System.nanoTime() for a few reasons:
An alternate time source can be substituted, for testing or performance reasons. As documented by […]