Skip to content

Commit

Permalink
1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyangl committed Jul 28, 2024
1 parent e48bc23 commit 59a5cd6
Show file tree
Hide file tree
Showing 28 changed files with 333 additions and 329 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.9.3

* Bug fixes and improvements.

### 1.9.2

* Bug fixes and improvements.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# abacus-extra

[![Maven Central](https://img.shields.io/maven-central/v/com.landawn/abacus-extra.svg)](https://maven-badges.herokuapp.com/maven-central/com.landawn/abacus-extra/)
[![Javadocs](https://img.shields.io/badge/javadoc-1.9.2-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-extra/1.9.2/index.html)
[![Javadocs](https://img.shields.io/badge/javadoc-1.9.3-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-extra/1.9.3/index.html)


* Matrixes:
Expand Down Expand Up @@ -32,7 +32,7 @@
* Gradle:
```gradle
// JDK 1.8 or above:
compile 'com.landawn:abacus-extra:1.9.2'
compile 'com.landawn:abacus-extra:1.9.3'
```


Expand Down
2 changes: 1 addition & 1 deletion docs/AbstractMatrix_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of AbstractMatrix</title>
</head>
<body>
<img src="AbstractMatrix.gif" style="width:70%;height:70%;" alt="" />
<img src="AbstractMatrix.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/BooleanTuple_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of BooleanTupe</title>
</head>
<body>
<img src="BooleanTuple.gif" style="width:70%;height:70%;" alt="" />
<img src="BooleanTuple.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/ByteMatrix_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of ByteMatrix</title>
</head>
<body>
<img src="ByteMatrix.gif" style="width:70%;height:70%;" alt="" />
<img src="ByteMatrix.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/ByteTuple_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of ByteTupe</title>
</head>
<body>
<img src="ByteTuple.gif" style="width:70%;height:70%;" alt="" />
<img src="ByteTuple.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/DoubleMatrix_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of DoubleMatrix</title>
</head>
<body>
<img src="DoubleMatrix.gif" style="width:70%;height:70%;" alt="" />
<img src="DoubleMatrix.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/DoubleTuple_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of DoubleTupe</title>
</head>
<body>
<img src="DoubleTuple.gif" style="width:70%;height:70%;" alt="" />
<img src="DoubleTuple.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/IntMatrix_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of IntMatrix</title>
</head>
<body>
<img src="IntMatrix.gif" style="width:70%;height:70%;" alt="" />
<img src="IntMatrix.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/IntTuple_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of IntTupe</title>
</head>
<body>
<img src="IntTuple.gif" style="width:70%;height:70%;" alt="" />
<img src="IntTuple.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/LongMatrix_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of LongMatrix</title>
</head>
<body>
<img src="LongMatrix.gif" style="width:70%;height:70%;" alt="" />
<img src="LongMatrix.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/LongTuple_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of LongTupe</title>
</head>
<body>
<img src="LongTuple.gif" style="width:70%;height:70%;" alt="" />
<img src="LongTuple.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/Matrix_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of Matrix</title>
</head>
<body>
<img src="Matrix.gif" style="width:70%;height:70%;" alt="" />
<img src="Matrix.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/Matrixes_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of Matrixes</title>
</head>
<body>
<img src="Matrixes.gif" style="width:70%;height:70%;" alt="" />
<img src="Matrixes.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/Points_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of Points</title>
</head>
<body>
<img src="Points.gif" style="width:70%;height:70%;" alt="" />
<img src="Points.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/PrimitiveTuple_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of PrimitiveTuple</title>
</head>
<body>
<img src="PrimitiveTuple.gif" style="width:70%;height:70%;" alt="" />
<img src="PrimitiveTuple.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion docs/f_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>Panoramic View of f</title>
</head>
<body>
<img src="f.gif" style="width:70%;height:70%;" alt="" />
<img src="f.gif" style="width:80%;height:80%;" alt="" />
</body>
</html>
2 changes: 1 addition & 1 deletion maven/0.0.1-SNAPSHOT/abacus-extra-0.0.1-SNAPSHOT.pom
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>5.2.4</version>
<version>5.3.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.landawn</groupId>
<artifactId>abacus-extra</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
<packaging>jar</packaging>

<name>abacus-extra</name>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>5.2.4</version>
<version>5.3.0</version>
<scope>provided</scope>
</dependency>

Expand Down
66 changes: 33 additions & 33 deletions src/main/java/com/landawn/abacus/util/BooleanTuple.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ public static <TP extends BooleanTuple<TP>> TP create(final boolean[] a) {
/**
*
*
* @param elementToFind
* @param valueToFind
* @return
*/
public abstract boolean contains(boolean elementToFind);
public abstract boolean contains(boolean valueToFind);

/**
*
Expand Down Expand Up @@ -307,7 +307,7 @@ public BooleanTuple0 reverse() {
}

@Override
public boolean contains(final boolean elementToFind) {
public boolean contains(final boolean valueToFind) {
return false;
}

Expand Down Expand Up @@ -357,12 +357,12 @@ public BooleanTuple1 reverse() {
/**
*
*
* @param elementToFind
* @param valueToFind
* @return
*/
@Override
public boolean contains(final boolean elementToFind) {
return _1 == elementToFind;
public boolean contains(final boolean valueToFind) {
return _1 == valueToFind;
}

/**
Expand Down Expand Up @@ -450,12 +450,12 @@ public BooleanTuple2 reverse() {
/**
*
*
* @param elementToFind
* @param valueToFind
* @return
*/
@Override
public boolean contains(final boolean elementToFind) {
return _1 == elementToFind || _2 == elementToFind;
public boolean contains(final boolean valueToFind) {
return _1 == valueToFind || _2 == valueToFind;
}

/**
Expand Down Expand Up @@ -596,12 +596,12 @@ public BooleanTuple3 reverse() {
/**
*
*
* @param elementToFind
* @param valueToFind
* @return
*/
@Override
public boolean contains(final boolean elementToFind) {
return _1 == elementToFind || _2 == elementToFind || _3 == elementToFind;
public boolean contains(final boolean valueToFind) {
return _1 == valueToFind || _2 == valueToFind || _3 == valueToFind;
}

/**
Expand Down Expand Up @@ -746,12 +746,12 @@ public BooleanTuple4 reverse() {
/**
*
*
* @param elementToFind
* @param valueToFind
* @return
*/
@Override
public boolean contains(final boolean elementToFind) {
return _1 == elementToFind || _2 == elementToFind || _3 == elementToFind || _4 == elementToFind;
public boolean contains(final boolean valueToFind) {
return _1 == valueToFind || _2 == valueToFind || _3 == valueToFind || _4 == valueToFind;
}

@Override
Expand Down Expand Up @@ -807,12 +807,12 @@ public BooleanTuple5 reverse() {
/**
*
*
* @param elementToFind
* @param valueToFind
* @return
*/
@Override
public boolean contains(final boolean elementToFind) {
return _1 == elementToFind || _2 == elementToFind || _3 == elementToFind || _4 == elementToFind || _5 == elementToFind;
public boolean contains(final boolean valueToFind) {
return _1 == valueToFind || _2 == valueToFind || _3 == valueToFind || _4 == valueToFind || _5 == valueToFind;
}

@Override
Expand Down Expand Up @@ -870,12 +870,12 @@ public BooleanTuple6 reverse() {
/**
*
*
* @param elementToFind
* @param valueToFind
* @return
*/
@Override
public boolean contains(final boolean elementToFind) {
return _1 == elementToFind || _2 == elementToFind || _3 == elementToFind || _4 == elementToFind || _5 == elementToFind || _6 == elementToFind;
public boolean contains(final boolean valueToFind) {
return _1 == valueToFind || _2 == valueToFind || _3 == valueToFind || _4 == valueToFind || _5 == valueToFind || _6 == valueToFind;
}

@Override
Expand Down Expand Up @@ -935,13 +935,13 @@ public BooleanTuple7 reverse() {
/**
*
*
* @param elementToFind
* @param valueToFind
* @return
*/
@Override
public boolean contains(final boolean elementToFind) {
return _1 == elementToFind || _2 == elementToFind || _3 == elementToFind || _4 == elementToFind || _5 == elementToFind || _6 == elementToFind
|| _7 == elementToFind;
public boolean contains(final boolean valueToFind) {
return _1 == valueToFind || _2 == valueToFind || _3 == valueToFind || _4 == valueToFind || _5 == valueToFind || _6 == valueToFind
|| _7 == valueToFind;
}

@Override
Expand Down Expand Up @@ -1003,13 +1003,13 @@ public BooleanTuple8 reverse() {
/**
*
*
* @param elementToFind
* @param valueToFind
* @return
*/
@Override
public boolean contains(final boolean elementToFind) {
return _1 == elementToFind || _2 == elementToFind || _3 == elementToFind || _4 == elementToFind || _5 == elementToFind || _6 == elementToFind
|| _7 == elementToFind || _8 == elementToFind;
public boolean contains(final boolean valueToFind) {
return _1 == valueToFind || _2 == valueToFind || _3 == valueToFind || _4 == valueToFind || _5 == valueToFind || _6 == valueToFind
|| _7 == valueToFind || _8 == valueToFind;
}

@Override
Expand Down Expand Up @@ -1073,13 +1073,13 @@ public BooleanTuple9 reverse() {
/**
*
*
* @param elementToFind
* @param valueToFind
* @return
*/
@Override
public boolean contains(final boolean elementToFind) {
return _1 == elementToFind || _2 == elementToFind || _3 == elementToFind || _4 == elementToFind || _5 == elementToFind || _6 == elementToFind
|| _7 == elementToFind || _8 == elementToFind || _9 == elementToFind;
public boolean contains(final boolean valueToFind) {
return _1 == valueToFind || _2 == valueToFind || _3 == valueToFind || _4 == valueToFind || _5 == valueToFind || _6 == valueToFind
|| _7 == valueToFind || _8 == valueToFind || _9 == valueToFind;
}

@Override
Expand Down
Loading

0 comments on commit 59a5cd6

Please sign in to comment.