java-collections
Here are 91 public repositories matching this topic...
Java Collections till the last breadcrumb of memory and performance
-
Updated
Feb 1, 2017 - Java
A gulp of low latency Java
-
Updated
Dec 29, 2019 - Java
-
Updated
Mar 4, 2022 - Java
At the beginning, it was the repository with questions from Java interviews. Currently, it's more like knowledge base with useful links.
-
Updated
Jun 29, 2021 - Java
A Complete Reference to Java Collections Framework through simple examples
-
Updated
Jun 8, 2018 - Java
Collections of solutions for micro-tasks created while building modules as part of project. Also has very fun stuffs :)
-
Updated
Oct 26, 2021 - Java
Run SQL queries on Java objects in a collection
-
Updated
Dec 8, 2020 - Java
TypeScript Collections Framework - a port of the Java Collections framework for use with Angular
-
Updated
Feb 6, 2022 - TypeScript
public final class Joined implements Predicate<T> {
public Joined(Predicate<T> first, Predicate<T> ... other) {
...
}
...
}
-
Updated
Jul 19, 2018
Compares of Java Collections and Objects (of different classes) made easy
-
Updated
Nov 10, 2020 - Java
Check your knowledge of Java Streams API (edu project)
-
Updated
Nov 27, 2020 - Java
-
Updated
Dec 23, 2020
Library for observable changes in Java Collections
-
Updated
Oct 8, 2021 - Java
Drop-in replacement of Trove via Koloboke Compile (proof of concept)
-
Updated
May 31, 2016 - Java
Java
-
Updated
Nov 1, 2020 - Java
Java Programming for Android App Development
-
Updated
Dec 17, 2020 - Java
This is a small cheat sheet and rules of thumb for using Java Collections Framework
-
Updated
Jun 20, 2018 - Java
-
Updated
Mar 18, 2021 - Java
A library for creating card games with ease in Java. Make it so!
-
Updated
Nov 24, 2021 - Java
learn Data Structures & Algorithms in Easy Way by creating custom collection classes in java
-
Updated
Feb 11, 2020 - Java
Learn Java In This Course And Become a Computer Programmer. Obtain valuable Core Java Skills And Java Certification
-
Updated
May 23, 2020 - Java
An all-in-one resource to learn Java
-
Updated
Sep 26, 2020 - Java
-
Updated
Jan 13, 2022 - Java
A Java serialization library that converts a Java Collection into a tree structure and back.
-
Updated
Dec 29, 2015 - Java
A Java concurrent collection for in-progress work
-
Updated
Mar 5, 2021 - Java
A repo to learn Data Structures & Algorithms using Java, from scratch.
-
Updated
Mar 2, 2022 - Java
Data structures library for Java
-
Updated
Nov 25, 2017 - Java
Improve this page
Add a description, image, and links to the java-collections topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the java-collections topic, visit your repo's landing page and select "manage topics."


We have injectIntoIndex on primitive OrderedIterables (e.g.
OrderedIntIterable), but not on the object equivalentOrderedIterable.