Uses of Annotation Interface
com.google.mu.annotations.RequiresGuava
Package
Description
A few useful collections.
GoogleSql, SafeQuery
StringFormat, Substring, Optionals and more...
BiStream, BiCollector, MoreStreams, MoreCollectors etc.
-
Uses of RequiresGuava in com.google.mu.collect
Modifier and TypeClassDescriptionfinal class
Generic binary search algorithm with support for and beyond sorted lists and arrays, in a fluent API.final class
Deprecated.Please do not use it.final class
InsertionPoint<C extends Comparable<C>>
Represents a result ofBinarySearch
. -
Uses of RequiresGuava in com.google.mu.safesql
Modifier and TypeClassDescriptionfinal class
Facade class providingSafeQuery
templates for GoogleSQL.final class
A piece of provably-safe (from SQL injection) query string constructed by the combination of a compile-time string constant, other SafeQuery, safe literal values (booleans, enum constant names, numbers etc.), and/or mandatorily-quoted, auto-escaped string values. -
Uses of RequiresGuava in com.google.mu.util
Modifier and TypeClassDescriptionfinal class
-
Uses of RequiresGuava in com.google.mu.util.stream
Modifier and TypeClassDescriptionfinal class
Guava-specific Collectors and BiCollectors.