input stringlengths 35 67.8k | output stringlengths 39 1.53k |
|---|---|
METHOD_0 ( ) { org . eclipse . collections . impl . list . mutable . IDENT_0 < java . lang . Integer > list = this . METHOD_1 ( 1 ) ; java . lang . Object [ ] result = new java . lang . Object [ 1 ] ; list . METHOD_0 ( ( delegate ) -> { result [ 0 ] = delegate . METHOD_2 ( ) ; this . METHOD_3 ( delegate ) ; } ) ; "<Ass... | org . junit . Assert . assertNotNull ( result [ 0 ] ) |
indexOf ( ) { super . indexOf ( ) ; org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_0 ( 1 , 2 , 3 ) ; "<AssertPlaceHolder>" ; } indexOf ( java . lang . Object ) { int result = 0 ; for ( int i = 0 ; i < ( this . elements . length ) ; i ++ ) { if ( object . equals ( th... | org . junit . Assert . assertEquals ( 1 , IDENT_1 . indexOf ( 2 ) ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > IDENT_1 = this . METHOD_1 ( 1 , 2 , 3 ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( int ) { for ( int i = ( this . size ( ) ) - 1 ; i >= 0 ; i OP_0 ) { int IDENT_2 = this . get ( i ) ; if ( IDENT_2 == value ) {... | org . junit . Assert . assertEquals ( 1 , IDENT_1 . METHOD_0 ( 2 ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . IDENT_0 IDENT_1 = new org . eclipse . collections . impl . METHOD_1 ( ) ; this . IDENT_2 . METHOD_2 ( 1 , 2 , ( IDENT_3 ) -> IDENT_1 . METHOD_3 ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_4 ( ) { return this . count ; } | org . junit . Assert . assertEquals ( 2 , IDENT_1 . METHOD_4 ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return this . collection ; } | org . junit . Assert . assertEquals ( this . METHOD_1 ( ) , this . METHOD_1 ( ) ) |
METHOD_0 ( ) { int value = org . eclipse . collections . impl . list . IDENT_0 . IDENT_1 . METHOD_1 ( 5 ) . max ( ) ; "<AssertPlaceHolder>" ; } max ( ) { org . eclipse . collections . api . map . ImmutableMap < java . lang . String , java . lang . String > map = new org . eclipse . collections . impl . map . IDENT_2 . ... | org . junit . Assert . assertEquals ( 5 , value ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( int ) { return org . eclipse . collections . impl . list . IDENT_0 . IDENT_1 . METHOD_2 ( count , 1 ) ; } | org . junit . Assert . assertEquals ( 1 , org . eclipse . collections . impl . list . IDENT_0 . IDENT_1 . METHOD_1 ( 9 ) . METHOD_0 ( 0 ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( int ) { return org . eclipse . collections . impl . list . IDENT_0 . IDENT_1 . METHOD_2 ( count , 1 ) ; } | org . junit . Assert . assertEquals ( 9 , org . eclipse . collections . impl . list . IDENT_0 . IDENT_1 . METHOD_1 ( 9 ) . METHOD_0 ( 0 ) ) |
METHOD_0 ( ) { org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 IDENT_3 = ( ( org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 ) ( Message . IDENT_4 . create ( ) ) ) ; org . apache . IDENT_0 . IDENT_1 . IDENT_5 . IDENT_6 . IDENT_7 IDENT_8 = new org . apache . IDENT_0 . IDENT_1 . IDENT_5 . IDENT_6 ... | org . junit . Assert . assertNull ( IDENT_13 . METHOD_4 ( ) ) |
toArray ( ) { "<AssertPlaceHolder>" ; } METHOD_0 ( int ) { return org . eclipse . collections . impl . list . IDENT_0 . IDENT_1 . METHOD_1 ( count , 1 ) ; } | org . junit . Assert . assertArrayEquals ( new int [ ] { 1 , 2 , 3 , 4 } , org . eclipse . collections . impl . list . IDENT_0 . IDENT_1 . METHOD_0 ( 4 ) . toArray ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( int , int ) { if ( from <= to ) { return org . eclipse . collections . impl . list . IDENT_0 . IDENT_1 . METHOD_2 ( from , to , 1 ) ; } return org . eclipse . collections . impl . list . IDENT_0 . IDENT_1 . METHOD_2 ( from , to , ( - 1 ) ) ; } | org . junit . Assert . assertArrayEquals ( new int [ ] { 1 , 2 , 3 , 4 } , org . eclipse . collections . impl . list . IDENT_0 . IDENT_1 . METHOD_1 ( 4 , 1 ) . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 . IDENT_1 list = IDENT_2 . mutable . empty ( ) ; list . addAll ( this . IDENT_3 . METHOD_0 ( ) ) ; "<AssertPlaceHolder>" ; } with ( T , T , T ) { this . add ( IDENT_4 ) ; this . add ( IDENT_5 ) ; this . add ( IDENT_6 ) ; return this ; } | org . junit . Assert . assertEquals ( IDENT_2 . mutable . with ( 3 , 2 , 1 ) , list ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String > result = IDENT_2 . mutable . of ( ) ; org . eclipse . collections . api . map . IDENT_3 < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( 1 , STRING_0 , 2 , STRING_1 , 3 , STRING_2 , 4 , STRING_3 ) ; map... | org . junit . Assert . assertEquals ( IDENT_2 . mutable . of ( STRING_0 , STRING_1 , STRING_2 , STRING_3 ) , result ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . String > map = this . METHOD_1 ( "1" , STRING_0 , STRING_1 , STRING_2 , STRING_3 , STRING_4 ) ; org . eclipse . collections . api . map . IDENT_0 < java . lang . Integer , java . lang . String > actual = map . METHOD... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . map . mutable . IDENT_3 . METHOD_2 ( 3 , STRING_0 , 5 , STRING_2 , 4 , STRING_4 ) , actual ) |
contains ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . String > map = this . METHOD_0 ( "1" , STRING_0 , "2" , STRING_1 , STRING_2 , STRING_3 ) ; "<AssertPlaceHolder>" ; } contains ( java . lang . Object ) { return this . METHOD_1 ( object ) ; } | org . junit . Assert . assertTrue ( map . contains ( STRING_1 ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . String > map = this . METHOD_1 ( "1" , STRING_0 ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { org . eclipse . collections . impl . test . IDENT_1 . METHOD_2 ( org . eclipse . collections . impl . map . IDENT_2 . Illeg... | org . junit . Assert . assertEquals ( STRING_0 , map . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . String > map = this . METHOD_1 ( "1" , STRING_0 , "2" , STRING_1 , STRING_2 , STRING_3 ) ; int actual = map . METHOD_0 ( Object :: equals , STRING_0 ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( org . eclipse . collection... | org . junit . Assert . assertEquals ( 1 , actual ) |
METHOD_0 ( ) { final java . lang . String IDENT_0 = STRING_0 ; org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 IDENT_4 = ( ( org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 ) ( Message . IDENT_5 . create ( ) ) ) ; IDENT_4 . METHOD_1 ( new org . apache . IDENT_1 . IDENT_2 . IDENT_6 . IDENT_7 . ME... | org . junit . Assert . assertEquals ( IDENT_0 , IDENT_10 . METHOD_5 ( ) . toString ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . Integer , java . lang . Integer > map = this . METHOD_1 ( 1 , 1 , 2 , 2 , 3 , 3 ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( IDENT_1 , IDENT_2 , IDENT_1 , IDENT_2 , IDENT_1 , IDENT_2 ) { return new org . eclipse . collections . impl . map . mu... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . map . mutable . IDENT_3 . METHOD_2 ( 1 , 1 , 2 , 2 , 3 , 3 ) , map . METHOD_0 ( ( id ) -> id ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . Integer , java . lang . Integer > map = this . METHOD_1 ( 1 , 1 , 2 , 2 , 3 , 3 ) ; org . eclipse . collections . api . map . IDENT_1 < java . lang . Integer , java . lang . Integer > IDENT_2 = map . METHOD_2 ( ( id ) -> id , org . eclipse... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . map . mutable . IDENT_3 . METHOD_3 ( 0 , 0 , 1 , 1 , 2 , 2 , 3 , 3 ) , IDENT_2 ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . Integer > map = this . METHOD_1 ( "1" , 1 , "2" , 2 , STRING_0 , 3 , STRING_1 , 4 ) ; long actual = map . METHOD_2 ( 0 , IDENT_1 . IDENT_2 ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( IDENT_3 , org . eclipse . collection... | org . junit . Assert . assertEquals ( 10 , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . Integer > map = this . METHOD_1 ( "1" , 1 , "2" , 2 , STRING_0 , 3 , STRING_1 , 4 ) ; long actual = map . METHOD_0 ( Integer :: IDENT_1 ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( org . eclipse . collections . api . blo... | org . junit . Assert . assertEquals ( 10 , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . String , java . lang . Integer > map = this . METHOD_1 ( "1" , 1 , "2" , 2 , STRING_0 , 3 , STRING_1 , 4 ) ; "<AssertPlaceHolder>" ; } valueOf ( IDENT_1 ) { return this . IDENT_2 . get ( subject ) ; } | org . junit . Assert . assertEquals ( java . lang . Integer . valueOf ( 4 ) , map . METHOD_0 ( String :: valueOf ) ) |
METHOD_0 ( ) { org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 IDENT_3 = ( ( org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 ) ( Message . IDENT_4 . create ( ) ) ) ; IDENT_3 . METHOD_1 ( new org . apache . IDENT_0 . IDENT_1 . IDENT_5 . IDENT_6 . Properties ( ) ) ; org . apache . activemq . artem... | org . junit . Assert . assertNull ( IDENT_9 . METHOD_3 ( ) ) |
iterator ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . String > collection = Lists . mutable . of ( ) ; org . eclipse . collections . api . map . IDENT_1 < java . lang . Integer , java . lang . String > map = new org . eclipse . collections . impl . map . IDENT_2 . METHOD_0 ( 1 , "1" ) ; for ... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_5 . METHOD_1 ( "1" ) , collection ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > collection = Lists . mutable . of ( ) ; org . eclipse . collections . api . map . IDENT_1 < java . lang . Integer , java . lang . String > map = new org . eclipse . collections . impl . map . IDENT_2 . METHOD_1 ( 1 , "1" ) ; map... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_6 . METHOD_3 ( 1 ) , collection ) |
entrySet ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . String > result = Lists . mutable . of ( ) ; org . eclipse . collections . api . map . IDENT_1 < java . lang . Integer , java . lang . String > map = new org . eclipse . collections . impl . map . IDENT_2 . METHOD_0 ( 1 , STRING_0 ) ; for... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_4 . METHOD_1 ( STRING_0 ) , result ) |
values ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . String > result = Lists . mutable . of ( ) ; org . eclipse . collections . api . map . IDENT_1 < java . lang . Integer , java . lang . String > map = new org . eclipse . collections . impl . map . IDENT_2 . METHOD_0 ( 1 , STRING_0 ) ; for (... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_4 . METHOD_1 ( STRING_0 ) , result ) |
METHOD_0 ( ) { org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > values = IDENT_1 . IDENT_2 . of ( 1 , 1 ) . METHOD_1 ( ) . METHOD_2 ( ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( IDENT_3 [ ] ) { return new org . eclipse . collections . impl . list . mutable . IDENT_4 < > ( elements ) ; } | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_4 . METHOD_3 ( 1 ) , values ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertTrue ( this . METHOD_1 ( ) . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . String > IDENT_1 = org . eclipse . collections . impl . set . mutable . IDENT_2 . METHOD_1 ( ) ; for ( java . lang . String IDENT_3 : this . METHOD_2 ( ) . METHOD_0 ( ) ) { IDENT_1 . add ( IDENT_3 ) ; } org . eclipse . collections . api . ... | org . junit . Assert . assertEquals ( METHOD_3 , IDENT_1 ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . list . IDENT_0 < java . lang . String > collection = Lists . mutable . of ( ) ; this . METHOD_1 ( ) . METHOD_0 ( org . eclipse . collections . impl . block . IDENT_1 . IDENT_2 . METHOD_2 ( collection ) ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( IDE... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_4 . METHOD_3 ( "1" ) , collection ) |
iterator ( ) { super . iterator ( ) ; org . eclipse . collections . api . list . IDENT_0 < java . lang . String > collection = Lists . mutable . of ( ) ; for ( java . lang . String IDENT_1 : this . METHOD_0 ( ) ) { collection . add ( IDENT_1 ) ; } "<AssertPlaceHolder>" ; } METHOD_1 ( IDENT_2 [ ] ) { return new org . ec... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_3 . METHOD_1 ( "1" ) , collection ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . list . IDENT_0 < java . lang . Integer > collection = Lists . mutable . of ( ) ; org . eclipse . collections . api . map . ImmutableMap < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( ) ; map . METHOD_0 ( org . eclipse . ... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_4 . METHOD_3 ( 1 ) , collection ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . list . IDENT_0 < java . lang . String > result = Lists . mutable . of ( ) ; org . eclipse . collections . api . map . ImmutableMap < java . lang . Integer , java . lang . String > map = new org . eclipse . collections . impl . map . IDENT_1 . MET... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . list . mutable . IDENT_3 . METHOD_2 ( STRING_0 ) , result ) |
METHOD_0 ( ) { org . eclipse . collections . impl . map . IDENT_0 . IDENT_1 < java . lang . Integer , java . lang . String > IDENT_2 = new org . eclipse . collections . impl . map . IDENT_0 . METHOD_1 ( 1 , STRING_0 ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { return null ; } | org . junit . Assert . assertEquals ( STRING_0 , IDENT_2 . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . IDENT_0 . IDENT_1 < java . lang . Integer > IDENT_2 = ( ( org . eclipse . collections . impl . IDENT_0 . IDENT_1 < java . lang . Integer > ) ( this . METHOD_1 ( ) ) ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( int ) { return this . delegate . METHOD_0 ( IDENT_3 ) ; } | org . junit . Assert . assertEquals ( 5 , IDENT_2 . METHOD_0 ( 3 ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . math . IDENT_0 IDENT_1 = new org . eclipse . collections . impl . math . METHOD_1 ( 0 ) ; org . eclipse . collections . impl . IDENT_2 . IDENT_3 < java . lang . String > IDENT_4 = ( ( org . eclipse . collections . impl . IDENT_2 . IDENT_3 < java . lang . String > ) ( ... | org . junit . Assert . assertEquals ( 10 , IDENT_1 . getValue ( ) ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . map . IDENT_0 . IDENT_1 < java . lang . String > map = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . api . IDENT_2 . IDENT_3 . IDENT_4 < java . lang . String , java . lang . In... | org . junit . Assert . assertSame ( map , map . METHOD_0 ( ) ) |
METHOD_0 ( ) { boolean IDENT_0 = this . METHOD_1 ( ) . METHOD_0 ( ( value ) -> true , false ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( org . eclipse . collections . api . block . IDENT_1 . IDENT_2 , org . eclipse . collections . api . block . function . IDENT_3 ) { return this . METHOD_2 ( ) . METHOD_0 ( IDENT_1 , functi... | org . junit . Assert . assertFalse ( IDENT_0 ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertTrue ( this . METHOD_1 ( ) . METHOD_0 ( ( value ) -> false ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertFalse ( this . METHOD_1 ( ) . METHOD_0 ( ( value ) -> true ) ) |
METHOD_0 ( ) { org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 IDENT_3 = ( ( org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 ) ( Message . IDENT_4 . create ( ) ) ) ; IDENT_3 . METHOD_1 ( new org . apache . IDENT_0 . IDENT_1 . IDENT_5 . IDENT_6 . Properties ( ) ) ; org . apache . activemq . artem... | org . junit . Assert . assertNull ( IDENT_9 . METHOD_3 ( ) ) |
count ( ) { "<AssertPlaceHolder>" ; } METHOD_0 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertEquals ( 0L , this . METHOD_0 ( ) . count ( ( value ) -> true ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertTrue ( this . METHOD_1 ( ) . METHOD_0 ( ( value ) -> true ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . Integer , java . lang . Integer > map = IDENT_1 . mutable . with ( 1 , 1 , 2 , 2 , 3 , 3 ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( java . util . Map ) { return map instanceof org . eclipse . collections . api . map . IDENT_0 < ? , ? > ? ( (... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . map . mutable . METHOD_1 . METHOD_0 ( new java . util . HashMap ( map ) ) , org . eclipse . collections . impl . factory . IDENT_1 . METHOD_0 ( new java . util . HashMap ( map ) ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . math . IDENT_0 IDENT_1 = new org . eclipse . collections . impl . math . METHOD_1 ( 0 ) ; org . eclipse . collections . impl . IDENT_2 . IDENT_3 < Map . Entry < java . lang . Integer , java . lang . Integer > > empty = ( ( org . eclipse . collections . impl . IDENT_2 ... | org . junit . Assert . assertEquals ( 0 , IDENT_1 . getValue ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . IDENT_0 . IDENT_1 < Map . Entry < java . lang . Integer , java . lang . Integer > > IDENT_2 = ( ( org . eclipse . collections . impl . IDENT_0 . IDENT_1 < Map . Entry < java . lang . Integer , java . lang . Integer > > ) ( org . eclipse . collections . impl . map . mu... | org . junit . Assert . assertEquals ( 20 , IDENT_5 . getValue ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . math . IDENT_0 IDENT_1 = new org . eclipse . collections . impl . math . METHOD_1 ( 0 ) ; org . eclipse . collections . impl . IDENT_2 . IDENT_3 < Map . Entry < java . lang . Integer , java . lang . Integer > > empty = ( ( org . eclipse . collections . impl . IDENT_2 ... | org . junit . Assert . assertEquals ( 0 , IDENT_1 . getValue ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( 1 , STRING_0 , 2 , STRING_1 ) ; java . lang . String [ ] target = new java . lang . String [ 3 ] ; target [ 2 ] = STRING_2 ; java . lang . String [ ] values = map . values ( ) . toAr... | org . junit . Assert . assertArrayEquals ( new java . lang . String [ ] { STRING_0 , STRING_1 , null } , values ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( 1 , STRING_0 , 2 , STRING_1 , 3 , STRING_2 , 4 , STRING_3 ) ; java . lang . Integer [ ] IDENT_1 = new java . lang . Integer [ 2 ] ; java . lang . Integer [ ] result = map . METHOD_2 ... | org . junit . Assert . assertArrayEquals ( new java . lang . Integer [ ] { 1 , 2 , 3 , 4 } , result ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( 1 , STRING_0 ) ; java . lang . Object [ ] IDENT_1 = map . entrySet ( ) . toArray ( ) ; "<AssertPlaceHolder>" ; } of ( IDENT_2 , IDENT_3 ) { return new org . eclipse . collections . i... | org . junit . Assert . assertArrayEquals ( new java . util . Map . Entry [ ] { org . eclipse . collections . impl . tuple . IDENT_4 . of ( 1 , STRING_0 ) } , IDENT_1 ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( 1 , STRING_0 ) ; java . util . Map < java . lang . Integer , java . lang . String > [ ] target = new java . util . Map . Entry [ 4 ] ; org . eclipse . collections . impl . tuple . ID... | org . junit . Assert . assertArrayEquals ( new java . util . Map . Entry [ ] { org . eclipse . collections . impl . tuple . METHOD_2 . of ( 1 , STRING_0 ) , null , IDENT_2 , IDENT_2 } , IDENT_3 ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( 1 , STRING_0 ) . METHOD_2 ( ) ; java . lang . Object [ ] IDENT_1 = map . entrySet ( ) . toArray ( ) ; "<AssertPlaceHolder>" ; } of ( IDENT_2 , IDENT_3 ) { return new org . eclipse . ... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . tuple . IDENT_4 . of ( 1 , STRING_0 ) , IDENT_1 [ 0 ] ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( 1 , STRING_0 ) . METHOD_2 ( ) ; java . lang . Object [ ] IDENT_1 = map . entrySet ( ) . toArray ( new java . lang . Object [ ] { } ) ; "<AssertPlaceHolder>" ; } of ( IDENT_2 , IDENT_... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . tuple . IDENT_4 . of ( 1 , STRING_0 ) , IDENT_1 [ 0 ] ) |
METHOD_0 ( ) { final java . lang . String IDENT_0 = "foo" ; org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 IDENT_4 = ( ( org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 ) ( Message . IDENT_5 . create ( ) ) ) ; IDENT_4 . METHOD_1 ( IDENT_0 . getBytes ( IDENT_6 . UTF_8 ) ) ; org . apache . active... | org . junit . Assert . assertEquals ( IDENT_0 , IDENT_10 . METHOD_3 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 < org . eclipse . collections . api . tuple . IDENT_1 . IDENT_2 < java . lang . Integer > > collection = this . METHOD_1 ( 1 , true , 2 , false , 3 , true ) ; java . lang . IDENT_3 builder = new java . lang . StringBuilder ( ) ; collection . METHOD_2 ( builder ... | org . junit . Assert . assertEquals ( collection . toString ( ) , builder . toString ( ) ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; org . eclipse . collections . impl . map . mutable . IDENT_0 . IDENT_1 < org . eclipse . collections . impl . test . domain . Person > map = org . eclipse . collections . impl . map . mutable . IDENT_0 . IDENT_1 . METHOD_1 ( org . eclipse . collections . impl . map . mutable . IDEN... | org . junit . Assert . assertEquals ( map , org . eclipse . collections . impl . map . mutable . IDENT_0 . IDENT_1 . METHOD_1 ( org . eclipse . collections . impl . map . mutable . IDENT_0 . IDENT_2 . IDENT_3 , org . eclipse . collections . impl . map . mutable . IDENT_0 . IDENT_2 . IDENT_6 , false ) ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { throw new java . lang . METHOD_1 ( ( ( this . getClass ( ) . METHOD_2 ( ) ) + STRING_0 ) ) ; } | org . junit . Assert . assertSame ( this . map , this . map . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . block . function . IDENT_0 . IDENT_1 < java . lang . Integer > function = ( IDENT_2 ) -> ( IDENT_2 == null ) || ( ( IDENT_2 & 1 ) == 0 ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( IDENT_3 , IDENT_4 ) { return new org . eclipse . collections . impl . IDENT_5 . mutable . IDE... | org . junit . Assert . assertTrue ( this . METHOD_1 ( 0 , true ) . METHOD_0 ( 0 , function ) ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { return org . eclipse . collections . impl . map . IDENT_0 . mutable . IDENT_1 . of ( this ) ; } | org . junit . Assert . assertSame ( this . map , this . map . METHOD_0 ( ) ) |
METHOD_0 ( ) { super . METHOD_0 ( ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertTrue ( this . METHOD_1 ( ) . METHOD_0 ( ) . isEmpty ( ) ) |
METHOD_0 ( ) { final char [ ] IDENT_0 = null ; final java . lang . String IDENT_1 = IDENT_2 . METHOD_1 ( IDENT_0 ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( char [ ] , java . lang . String ) { try { return IDENT_3 . METHOD_2 ( IDENT_4 , IDENT_1 ) ; } catch ( java . lang . IllegalArgumentException e ) { return IDENT_5 . ME... | org . junit . Assert . assertThat ( IDENT_2 . METHOD_2 ( IDENT_0 , IDENT_1 ) , org . hamcrest . core . Is . is ( true ) ) |
METHOD_0 ( ) { org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 IDENT_3 = ( ( org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 ) ( Message . IDENT_4 . create ( ) ) ) ; org . apache . activemq . artemis . protocol . IDENT_5 . IDENT_6 . IDENT_7 IDENT_8 = METHOD_1 ( IDENT_3 ) ; "<AssertPlaceHolder>" ... | org . junit . Assert . assertNull ( IDENT_8 . METHOD_2 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 . IDENT_1 < java . lang . Integer , java . lang . String > IDENT_2 = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { return this ; } | org . junit . Assert . assertSame ( IDENT_2 , IDENT_2 . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . map . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer , java . lang . String > IDENT_3 = new org . eclipse . collections . impl . map . IDENT_0 . IDENT_1 . METHOD_1 ( IDENT_4 . mutable . of ( 1 , "1" , 2 , "2" , 3 , STRING_0 , 4 , STRING_1 ) ) ; java . lang . Inte... | org . junit . Assert . assertArrayEquals ( new java . lang . Integer [ ] { 1 , 2 , 3 , 4 } , result ) |
METHOD_0 ( ) { org . eclipse . collections . impl . map . IDENT_0 . IDENT_1 . IDENT_2 < java . lang . Integer , java . lang . String > IDENT_3 = new org . eclipse . collections . impl . map . IDENT_0 . IDENT_1 . METHOD_1 ( IDENT_4 . mutable . of ( 1 , "1" , 2 , "2" , 3 , STRING_0 , 4 , STRING_1 ) ) ; java . lang . Inte... | org . junit . Assert . assertArrayEquals ( new java . lang . Integer [ ] { 1 , 2 , 3 , 4 , INT_0 , null } , result ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 < org . eclipse . collections . api . tuple . IDENT_1 < java . lang . String , java . lang . Integer > > IDENT_2 = org . eclipse . collections . impl . list . IDENT_3 . METHOD_1 ( 100 ) . collect ( org . eclipse . collections . impl . block . factory . IDENT_4 ... | org . junit . Assert . assertEquals ( IDENT_11 , IDENT_9 ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 . IDENT_1 < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( 1 , STRING_0 , 2 , "2" ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { super . METHOD_0 ( ) ; org . junit . Assert . assertSame ( this . map , this . map . METHOD_0 ( ) ) ; } | org . junit . Assert . assertSame ( map , map . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 . IDENT_1 < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( 1 , STRING_0 ) . METHOD_2 ( ) ; java . lang . Object [ ] IDENT_2 = map . entrySet ( ) . toArray ( ) ; "<AssertPlaceHolder>" ; } of ( IDENT_3 , IDENT_4 ) { return new org . ... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . tuple . IDENT_5 . of ( 1 , STRING_0 ) , IDENT_2 [ 0 ] ) |
METHOD_0 ( ) { org . eclipse . collections . api . map . IDENT_0 . IDENT_1 < java . lang . Integer , java . lang . String > map = this . METHOD_1 ( 1 , STRING_0 ) . METHOD_2 ( ) ; java . lang . Object [ ] IDENT_2 = map . entrySet ( ) . toArray ( new java . lang . Object [ ] { } ) ; "<AssertPlaceHolder>" ; } of ( IDENT_... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . tuple . IDENT_5 . of ( 1 , STRING_0 ) , IDENT_2 [ 0 ] ) |
METHOD_0 ( ) { org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 IDENT_3 = ( ( org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 ) ( Message . IDENT_4 . create ( ) ) ) ; IDENT_3 . METHOD_1 ( new org . apache . IDENT_0 . IDENT_1 . IDENT_5 . IDENT_6 . Properties ( ) ) ; org . apache . activemq . artem... | org . junit . Assert . assertNull ( IDENT_9 . METHOD_3 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . IDENT_0 . IDENT_1 < Map . Entry < java . lang . Integer , java . lang . Integer > > IDENT_2 = ( ( org . eclipse . collections . impl . IDENT_0 . IDENT_1 < Map . Entry < java . lang . Integer , java . lang . Integer > > ) ( org . eclipse . collections . impl . map . st... | org . junit . Assert . assertEquals ( 20 , IDENT_8 . getValue ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . math . IDENT_0 IDENT_1 = new org . eclipse . collections . impl . math . METHOD_1 ( 0 ) ; org . eclipse . collections . impl . IDENT_2 . IDENT_3 < Map . Entry < java . lang . Integer , java . lang . Integer > > empty = ( ( org . eclipse . collections . impl . IDENT_2 ... | org . junit . Assert . assertEquals ( 0 , IDENT_1 . getValue ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . IDENT_0 . IDENT_1 < Map . Entry < java . lang . Integer , java . lang . Integer > > IDENT_2 = ( ( org . eclipse . collections . impl . IDENT_0 . IDENT_1 < Map . Entry < java . lang . Integer , java . lang . Integer > > ) ( org . eclipse . collections . impl . map . st... | org . junit . Assert . assertEquals ( 20 , IDENT_7 . getValue ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . math . IDENT_0 IDENT_1 = new org . eclipse . collections . impl . math . METHOD_1 ( 0 ) ; org . eclipse . collections . impl . IDENT_2 . IDENT_3 < Map . Entry < java . lang . Integer , java . lang . Integer > > empty = ( ( org . eclipse . collections . impl . IDENT_2 ... | org . junit . Assert . assertEquals ( 0 , IDENT_1 . getValue ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . map . strategy . mutable . IDENT_0 < java . lang . Integer , java . lang . Integer > map = org . eclipse . collections . impl . map . strategy . mutable . IDENT_0 . METHOD_1 ( org . eclipse . collections . impl . map . strategy . mutable . IDENT_1 . IDENT_2 , 1 , 1 , ... | org . junit . Assert . assertSame ( org . eclipse . collections . impl . map . strategy . mutable . IDENT_1 . IDENT_2 , map . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . String > empty = this . METHOD_1 ( ) ; "<AssertPlaceHolder>" ; } METHOD_0 ( ) { return this ; } | org . junit . Assert . assertSame ( empty , empty . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . String > IDENT_0 = this . < java . lang . String , java . lang . String > METHOD_1 ( ) . METHOD_2 ( STRING_0 , "1" ) . METHOD_2 ( STRING_1 , "2" ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . ... | org . junit . Assert . assertEquals ( this . METHOD_1 ( ) . METHOD_2 ( STRING_1 , "2" ) , IDENT_2 ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . String > IDENT_0 = this . < java . lang . String , java . lang . String > METHOD_1 ( ) . METHOD_2 ( STRING_0 , "1" ) . METHOD_2 ( STRING_1 , "2" ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . ... | org . junit . Assert . assertEquals ( this . METHOD_1 ( ) . METHOD_2 ( STRING_0 , "1" ) , IDENT_2 ) |
METHOD_0 ( ) { final short IDENT_0 = 7 ; org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 IDENT_4 = ( ( org . apache . IDENT_1 . IDENT_2 . message . impl . IDENT_3 ) ( Message . IDENT_5 . create ( ) ) ) ; IDENT_4 . METHOD_1 ( new org . apache . IDENT_1 . IDENT_2 . IDENT_6 . IDENT_7 . METHOD_2 ( ) ) ; IDENT_4... | org . junit . Assert . assertEquals ( IDENT_0 , IDENT_10 . METHOD_5 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer , java . lang . String > IDENT_0 = this . < java . lang . Integer , java . lang . String > METHOD_1 ( ) . METHOD_2 ( 1 , Lists . mutable . with ( "1" , "2" , STRING_0 ) ) . METHOD_2 ( 2 , Lists . mutable . with ( "2" , STRING_0... | org . junit . Assert . assertEquals ( IDENT_8 , IDENT_2 ) |
METHOD_0 ( ) { org . eclipse . collections . api . tuple . IDENT_0 < java . lang . Integer , java . lang . String > IDENT_1 = org . eclipse . collections . impl . tuple . IDENT_2 . METHOD_1 ( 1 , STRING_0 ) ; org . eclipse . collections . api . tuple . IDENT_0 < java . lang . Integer , java . lang . String > IDENT_3 = ... | org . junit . Assert . assertEquals ( expected , actual ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > IDENT_0 = this . METHOD_1 ( STRING_0 , 1 , STRING_0 , 12 , STRING_1 , 2 , STRING_1 , 3 ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > IDENT_2 ... | org . junit . Assert . assertEquals ( this . METHOD_2 ( STRING_1 , 2 ) , IDENT_2 ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > IDENT_0 = this . METHOD_1 ( STRING_0 , 1 , STRING_0 , 12 , STRING_1 , 2 , STRING_1 , 4 ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > IDENT_2 ... | org . junit . Assert . assertEquals ( this . METHOD_2 ( STRING_0 , 1 ) , IDENT_2 ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > IDENT_0 = this . METHOD_1 ( STRING_0 , 1 , STRING_0 , 12 , STRING_1 , 2 , STRING_1 , 3 ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > IDENT_2 ... | org . junit . Assert . assertEquals ( this . METHOD_1 ( STRING_1 , 2 , STRING_1 , 3 ) , IDENT_2 ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > IDENT_0 = this . METHOD_1 ( "1" , 1 , "1" , 12 , "2" , 2 , STRING_0 , 3 ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer , java . lang . String > IDENT_2 = IDENT_0 . MET... | org . junit . Assert . assertEquals ( IDENT_4 , IDENT_2 ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > IDENT_0 = this . METHOD_1 ( "1" , 1 , "1" , 12 , "2" , 2 , STRING_0 , 3 ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . String > IDENT_2 = IDENT_0 . METH... | org . junit . Assert . assertEquals ( IDENT_3 , IDENT_2 ) |
METHOD_0 ( ) { org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > IDENT_0 = this . METHOD_1 ( STRING_0 , 1 , STRING_1 , 2 , STRING_1 , 2 ) ; org . eclipse . collections . api . map . IDENT_2 < java . lang . String , org . eclipse . collections . api . IDENT_3 < java .... | org . junit . Assert . assertEquals ( expected , map ) |
METHOD_0 ( ) { org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 IDENT_3 = ( ( org . apache . IDENT_0 . IDENT_1 . message . impl . IDENT_2 ) ( Message . IDENT_4 . create ( ) ) ) ; org . apache . activemq . artemis . protocol . IDENT_5 . IDENT_6 . IDENT_7 IDENT_8 = METHOD_1 ( IDENT_3 ) ; "<AssertPlaceHolder>" ... | org . junit . Assert . assertEquals ( 0 , IDENT_8 . METHOD_2 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . impl . IDENT_0 . set . strategy . IDENT_1 < java . lang . Integer , org . eclipse . collections . impl . test . domain . Person > IDENT_0 = org . eclipse . collections . impl . IDENT_0 . set . strategy . IDENT_1 . METHOD_1 ( org . eclipse . collections . impl . IDENT_0 . IDE... | org . junit . Assert . assertEquals ( IDENT_12 , IDENT_10 ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < org . eclipse . collections . api . tuple . IDENT_1 < java . lang . String , java . lang . IDENT_2 < java . lang . Integer > > > collection = org . eclipse . collections . impl . set . mutable . IDENT_3 . METHOD_1 ( ) ; org . eclipse . collections . api... | org . junit . Assert . assertEquals ( org . eclipse . collections . impl . set . mutable . IDENT_3 . METHOD_6 ( org . eclipse . collections . impl . tuple . IDENT_9 . METHOD_5 ( STRING_0 , org . eclipse . collections . impl . set . mutable . IDENT_3 . METHOD_6 ( 2 , 1 ) ) , org . eclipse . collections . impl . tuple . ... |
min ( ) { "<AssertPlaceHolder>" ; } METHOD_0 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertEquals ( "1" , this . METHOD_0 ( ) . min ( String :: compareTo ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertEquals ( "1" , this . METHOD_1 ( ) . min ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_0 . IDENT_1 . empty ( ) ; } | org . junit . Assert . assertEquals ( "1" , this . METHOD_1 ( ) . METHOD_0 ( String :: valueOf ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . set . IDENT_0 < java . lang . String > set = this . METHOD_1 ( ) ; org . eclipse . collections . api . IDENT_1 < org . eclipse . collections . api . IDENT_1 < java . lang . String > > IDENT_2 = set . METHOD_0 ( 2 ) ; org . eclipse . collections . api . list . IDENT_3 <... | org . junit . Assert . assertEquals ( IDENT_8 , IDENT_4 . METHOD_4 ( ) ) |
METHOD_0 ( ) { "<AssertPlaceHolder>" ; } METHOD_0 ( ) { return null ; } | org . junit . Assert . assertEquals ( "2" , this . set . METHOD_0 ( ) ) |
METHOD_0 ( ) { org . eclipse . collections . api . tuple . IDENT_0 < java . lang . String > IDENT_1 = org . eclipse . collections . impl . tuple . IDENT_2 . METHOD_1 ( "1" , "1" ) ; org . eclipse . collections . api . tuple . IDENT_0 < java . lang . String > IDENT_3 = org . eclipse . collections . impl . tuple . IDENT_... | org . junit . Assert . assertSame ( set . METHOD_3 ( ) , IDENT_1 ) |
iterator ( ) { super . iterator ( ) ; java . util . Iterator < java . lang . Integer > iterator = this . IDENT_0 . iterator ( ) ; for ( int i = this . IDENT_0 . size ( ) ; ( i OP_0 ) > 0 ; ) { java . lang . Integer IDENT_1 = iterator . next ( ) ; "<AssertPlaceHolder>" ; } } METHOD_0 ( ) { return ( ( int ) ( this . valu... | org . junit . Assert . assertEquals ( 1 , ( ( IDENT_1 . METHOD_0 ( ) ) + i ) ) |
METHOD_0 ( ) { java . lang . Integer result = this . IDENT_0 . METHOD_0 ( 1 , IDENT_1 . IDENT_2 ) ; "<AssertPlaceHolder>" ; } valueOf ( IDENT_3 ) { return this . IDENT_4 . get ( subject ) ; } | org . junit . Assert . assertEquals ( java . lang . Integer . valueOf ( 2 ) , result ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.