• google工具集
  • 组件
    • 增强
      • Optional
        • null处理
      • Preconditions
        • 准入检查
      • Ordering
      • Throwables
      • Predicate
      • Function
      • Supplier
    • 缓存
      • Cache
        • CacheLoader
    • 集合
      • Multiset
        • 存重复元素
      • Multimap
        • 多值
      • BiMap
        • 双向映射
      • Table
        • 两键一值
      • Range
        • 连续值
    • 并发
      • ListenableFuture
      • RateLimiter
      • Semaphore
    • I/O组件
      • ByteStreams
      • CharStreams
      • Files
      • Charsets
    • 反射
      • TypeToken
      • Invokable
      • MethodHandle
    • 字符串
      • Joiner
      • Spilter
      • CharMatcher
      • CaseFormat
    • 类型
      • Objects
      • Bytes
      • Shorts
      • Ints
      • Longs
      • Floats
      • Doubles
      • Chars
      • Booleans
    • 数学
      • IntMath
      • LongMath
      • DoubleMath
      • BigIntegerMath
    • 高可用
      • LoadingCache
        • 堆内缓存