Package com.atlassian.confluence.util.collections


package com.atlassian.confluence.util.collections
  • Classes
    Class
    Description
    Provides a union view of two maps.
    LazyMap<K,V>
    A Map that is constructed from a map of suppliers for the values, that are evaluated lazily when required.
    Represents an integer range suitable for iterating over.