Skip to content

Commit

Permalink
minor doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed May 4, 2024
1 parent f3bfff4 commit 7e391c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Both of these features ensure that our library can be seamlessly integrated into
---
To include in your project:
##### Gradle
```
```groovy
implementation 'com.cedarsoftware:java-util:2.9.0'
```

##### Maven
```
```xml
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>java-util</artifactId>
Expand All @@ -41,9 +41,7 @@ implementation 'com.cedarsoftware:java-util:2.9.0'
Included in java-util:
## Included in java-util:
- **ArrayUtilities** - Provides utilities for working with Java arrays `[]`, enhancing array operations.

- **ByteUtilities** - Offers routines for converting `byte[]` to hexadecimal character arrays and vice versa, facilitating byte manipulation.

- **ClassUtilities** - Includes utilities for class-related operations. For example, the method `computeInheritanceDistance(source, destination)` calculates the number of superclass steps between two classes, returning it as an integer. If no inheritance relationship exists, it returns -1. Distances for primitives and their wrappers are considered as 0, indicating no separation.

### Sets
Expand Down

0 comments on commit 7e391c6

Please sign in to comment.