Skip to content

Add documentation for users coming from Guava collections #41

@sharwell

Description

@sharwell

This library resembles the Guava collections library in many ways, but there are some subtle differences that users will need to be aware of.

  • Guava's ImmutableSet<T> preserves insertion order for iteration (like LinkedHashSet<T>), but this library's ImmutableHashSet<T> does not.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions