org.feijoas.mango

common

package common

Visibility
  1. Public
  2. All

Value Members

  1. package annotations

  2. package base

    Basic utility libraries and interfaces.

    Basic utility libraries and interfaces.

    Since

    0.7

  3. package cache

    This package contains caching utilities.

    This package contains caching utilities.

    The core interface used to represent caches is Cache. In-memory caches can be configured and created using CacheBuilder, with cache entries being loaded by CacheLoader. Statistics about cache performance are exposed using CacheStats.

    See the Guava User Guide article on caches.

    Since

    0.7 (copied from Guava-libraries)

  4. package collect

    This package contains generic collection traits and implementations for working with Guava collections.

    This package contains generic collection traits and implementations for working with Guava collections.

    Since

    0.8

  5. package hash

  6. package primitives

  7. package util

Ungrouped