mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
将键值对流的键值对对象从内部类调整为AbstractMap.SimpleImmutableEntry
This commit is contained in:
@@ -116,8 +116,8 @@ public class EntryStreamTest {
|
||||
Assert.assertEquals(
|
||||
5,
|
||||
EntryStream.of(Arrays.asList(1, 2, 3), Function.identity(), Function.identity())
|
||||
.push(4, 4)
|
||||
.push(5, 5)
|
||||
.append(4, 4)
|
||||
.append(5, 5)
|
||||
.count()
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user