Package org.fastily.jwiki.util

Static utility methods and data structures that support the core jwiki framework. These are general-purpose, and exposed so that they may be helpful to applications that build on jwiki.
Author:
Fastily
  • Class Summary 
    Class Description
    FL
    Static Collections and Stream utilities.
    GroupQueue<T>
    A simple read-only Queue that allows multiple items to be polled at once.
    GSONP
    Static utility methods for use with Gson.
    MultiMap<K,​V>
    A HashMap which allows multiple values for each key.
    Tuple<K,​V>
    Simple implementation of a Tuple.