#
java-collections
Here are 92 public repositories matching this topic...
Java Collections till the last breadcrumb of memory and performance
java
high-performance
annotation-processor
java-collections
koloboke
primitive-specializations
hashmap
collections
-
Updated
Feb 1, 2017 - Java
android
kotlin
java
algorithms
concurrency
multithreading
design-patterns
java-collections
data-structures
java-programming
core-java
learning-java
java-fundamentals
object-oriented-programming
java-io
java-concepts
java-development
java-multithreading
oops-in-java
java-networking
-
Updated
Mar 14, 2022 - Java
A gulp of low latency Java
-
Updated
Dec 29, 2019 - Java
At the beginning, it was the repository with questions from Java interviews. Currently, it's more like knowledge base with useful links.
java
microservices
patterns
rest
spring
spring-boot
rabbitmq
ddd
concurrency
transaction
interview
java-collections
hibernate
servlet
interview-questions
java-core
java-interview
-
Updated
Jun 29, 2021 - Java
A Complete Reference to Java Collections Framework through simple examples
java
java-collections
java-queue
java-stack
java-arraylist
java-hashmap
java-hashset
java-treemap
java-treeset
java-linkedlist
java-linkedhashmap
-
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
nodejs
angular
typescript
collection
queue
generic
generics
java-collections
hashmap
multiset
collections
treemap
hashset
linkedlist
treeset
arraylist
typescript-collections
skiplistmap
skiplistset
-
Updated
Feb 6, 2022 - TypeScript
dgroup
commented
May 23, 2021
public final class Joined implements Predicate<T> {
public Joined(Predicate<T> first, Predicate<T> ... other) {
...
}
...
}
good first issue
Good for newcomers
java
basic
java-basics
book
generics
java-collections
collections
java-generics
javacollection
javabasic
-
Updated
Jul 19, 2018
Compares of Java Collections and Objects (of different classes) made easy
java
java-utilities
comparison
java-collections
collections
java-api
java-library
java-objects
equality-check
diff-utils
diff-algorithm
java-utils
comparison-tool
compare-utils
java-compare-utils
-
Updated
Nov 10, 2020 - Java
-
Updated
Dec 23, 2020
Check your knowledge of Java Streams API (edu project)
java
education
lambda
functional
practice
java-streams
challenges
java-collections
java-stream-api
method-reference
-
Updated
Nov 27, 2020 - Java
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 ☕ Domain on HackerRank - Problems & Solutions 📖 📕 📑
java
reference
hackerrank
java-collections
data-structures
hackerrank-solutions
hackerrank-java
big-number
big-decimal
java-strings
java-domain
java-exception-handling
java-oops
-
Updated
Nov 1, 2020 - Java
This is a small cheat sheet and rules of thumb for using Java Collections Framework
-
Updated
Jun 20, 2018 - Java
Java Programming for Android App Development
android
java
programming
vscode
oracle
java-collections
jdk
oracle-jdk
java-8
intellij-idea
basic-java
java-oop
java-11
open-jdk
java-15
-
Updated
Dec 17, 2020 - Java
-
Updated
Mar 18, 2021 - Java
Learn Java In This Course And Become a Computer Programmer. Obtain valuable Core Java Skills And Java Certification
-
Updated
May 23, 2020 - 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
java
java-collections
java-8
algorithms-implemented
placement
algorithms-datastructures
datastructures-algorithms
algorithms-and-data-structures
-
Updated
Feb 11, 2020 - Java
gui
inheritance
java-collections
abstraction
polymorphism
threads
exception-handling
file-io
javaswing
-
Updated
Jan 13, 2022 - Java
An all-in-one resource to learn Java
java
learning
packages
object
guide
lambda-functions
class
generics
java-collections
file-handling
java-8
data-types
exception-handling
object-oriented-programming
learn-java
object-oriented-design
java-guideline
-
Updated
Sep 26, 2020 - Java
Collections in java is a framework that provides an architecture to store and manipulate the group of objects.
-
Updated
Mar 30, 2017
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
Apr 14, 2022 - 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
.