1 रिपॉजिटरी
Broad sets of helper libraries for common tasks like string manipulation and primitive handling in Java.
Distinct from Java: Candidates are either specific to Kubernetes or too broad (general Java resources).
Explore 1 awesome GitHub repository matching programming languages & runtimes · Java Utility Toolkits. Refine with filters or upvote what's useful.
Guava is a Java standard library extension and utility toolkit that provides optimized data structures, concurrency tools, and core extensions. It serves as a comprehensive set of helpers for Java development, focusing on reducing repetitive boilerplate logic. The project is distinguished by its specialized implementations of immutable collections, which ensure thread safety and data consistency by preventing accidental modification. It also includes a dedicated graph data structure library for modeling and traversing networks of interconnected nodes and edges, alongside advanced collection t
Provides a broad set of helpers for string manipulation, primitive type handling, and cryptographic hashing.