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 ) ; } ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( org . eclipse . collections . api . IDENT_1 . IDENT_2 ) { org . eclipse . collections . impl . test . IDENT_3 . METHOD_4 ( org . eclipse . collections . impl . IDENT_1 . mutable . IDENT_4 . class , ( ) -> delegate . add ( 2 ) ) ; org . eclipse . collections . impl . test . IDENT_3 . METHOD_4 ( org . eclipse . collections . impl . IDENT_1 . mutable . IDENT_4 . class , ( ) -> delegate . remove ( 0 ) ) ; }
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 ( this . elements [ i ] ) ) { return result ; } result += this . IDENT_2 [ i ] ; } return - 1 ; }
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 ) { return i ; } } return - 1 ; }
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 . METHOD_2 ( ) ; map . max ( ) ; }
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 . METHOD_1 ( new java . util . HashMap ( ) ) ; IDENT_8 . getValue ( ) . put ( IDENT_9 . IDENT_10 , ( ( byte ) ( INT_0 ) ) ) ; IDENT_3 . METHOD_2 ( IDENT_8 ) ; org . apache . activemq . artemis . protocol . IDENT_5 . IDENT_11 . IDENT_12 IDENT_13 = METHOD_3 ( IDENT_3 ) ; "<AssertPlaceHolder>" ; } METHOD_4 ( ) { return IDENT_14 ; }
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 . METHOD_0 ( org . eclipse . collections . impl . block . IDENT_4 . IDENT_5 . METHOD_2 ( result ) ) ; "<AssertPlaceHolder>" ; } of ( IDENT_6 , IDENT_7 , IDENT_6 , IDENT_7 ) { return this . with ( IDENT_8 , IDENT_9 , IDENT_10 , IDENT_11 ) ; }
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_0 ( String :: length , String :: valueOf ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( IDENT_1 , IDENT_2 , IDENT_1 , IDENT_2 , IDENT_1 , IDENT_2 ) { return new org . eclipse . collections . impl . map . mutable . IDENT_3 < IDENT_1 , IDENT_2 > ( 3 ) . METHOD_3 ( IDENT_4 , IDENT_5 , IDENT_6 , IDENT_7 , IDENT_8 , IDENT_9 ) ; }
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 . IllegalStateException . class , ( ) -> this . METHOD_3 ( ) . METHOD_0 ( ) ) ; }
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 . collections . api . block . IDENT_1 . IDENT_2 , IDENT_3 ) { return this . METHOD_2 ( ) . METHOD_0 ( IDENT_1 , parameter ) ; }
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 . METHOD_2 ( ) ) ; IDENT_4 . METHOD_3 ( IDENT_0 ) ; org . apache . activemq . artemis . protocol . IDENT_6 . IDENT_8 . IDENT_9 IDENT_10 = METHOD_4 ( IDENT_4 ) ; "<AssertPlaceHolder>" ; } METHOD_5 ( ) { return IDENT_11 ; }
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 . mutable . IDENT_3 < IDENT_1 , IDENT_2 > ( 3 ) . METHOD_3 ( IDENT_4 , IDENT_5 , IDENT_6 , IDENT_7 , IDENT_8 , IDENT_9 ) ; }
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 . collections . impl . map . mutable . IDENT_3 . METHOD_3 ( 0 , 0 ) ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( IDENT_4 , IDENT_5 , IDENT_4 , IDENT_5 , IDENT_4 , IDENT_5 , IDENT_4 , IDENT_5 ) { return new org . eclipse . collections . impl . map . mutable . IDENT_3 < IDENT_4 , IDENT_5 > ( 4 ) . METHOD_4 ( IDENT_6 , IDENT_7 , IDENT_8 , IDENT_9 , IDENT_10 , IDENT_11 , IDENT_12 , IDENT_13 ) ; }
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 . collections . api . block . function . IDENT_4 ) { return this . METHOD_3 ( ) . METHOD_2 ( IDENT_5 , function ) ; }
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 . block . function . IDENT_2 . IDENT_3 ) { return this . METHOD_2 ( ) . METHOD_0 ( function ) ; }
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 . artemis . protocol . IDENT_5 . IDENT_7 . IDENT_8 IDENT_9 = METHOD_2 ( IDENT_3 ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { return IDENT_10 ; }
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 ( java . lang . String IDENT_3 : map ) { collection . add ( IDENT_3 ) ; } "<AssertPlaceHolder>" ; } METHOD_1 ( IDENT_4 [ ] ) { return new org . eclipse . collections . impl . list . mutable . IDENT_5 < > ( elements ) ; }
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 . METHOD_0 ( org . eclipse . collections . impl . block . IDENT_3 . IDENT_4 . METHOD_2 ( collection ) ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( IDENT_5 [ ] ) { return new org . eclipse . collections . impl . list . mutable . IDENT_6 < > ( elements ) ; }
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 ( Map . Entry < java . lang . Integer , java . lang . String > entry : map . entrySet ( ) ) { result . add ( entry . getValue ( ) ) ; } "<AssertPlaceHolder>" ; } METHOD_1 ( 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_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 ( java . lang . String value : map . values ( ) ) { result . add ( value ) ; } "<AssertPlaceHolder>" ; } METHOD_1 ( 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_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 . set . IDENT_0 < java . lang . String > IDENT_4 = this . METHOD_3 ( ) ; "<AssertPlaceHolder>" ; } add ( org . eclipse . collections . api . tuple . IDENT_5 ) { return this . METHOD_4 ( IDENT_6 ) ; }
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 ( 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" ) , 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 . eclipse . collections . impl . list . mutable . IDENT_3 < > ( elements ) ; }
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 . collections . impl . block . IDENT_1 . IDENT_2 . METHOD_2 ( collection ) ) ; "<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 ) , 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 . METHOD_1 ( 1 , STRING_0 ) ; for ( java . lang . String value : map . METHOD_0 ( ) ) { result . add ( value ) ; } "<AssertPlaceHolder>" ; } METHOD_2 ( IDENT_2 [ ] ) { return new org . eclipse . collections . impl . list . mutable . IDENT_3 < > ( elements ) ; }
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 > ) ( this . METHOD_2 ( ) ) ) ; IDENT_4 . METHOD_0 ( ( IDENT_5 ) -> IDENT_1 . add ( java . lang . Integer . valueOf ( IDENT_5 ) ) , 0 , 1 ) ; "<AssertPlaceHolder>" ; } getValue ( ) { return this . value ; }
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 . Integer > IDENT_2 = this . METHOD_2 ( STRING_0 , 1 , STRING_1 , 2 , STRING_1 , 2 ) ; org . eclipse . collections . api . IDENT_2 . IDENT_5 < java . lang . String , java . lang . Integer > actual = IDENT_2 . METHOD_0 ( ) ; org . junit . Assert . assertNotNull ( actual ) ; org . junit . Assert . assertEquals ( IDENT_2 , actual ) ; org . eclipse . collections . impl . test . IDENT_6 . METHOD_3 ( org . eclipse . collections . impl . IDENT_2 . IDENT_3 . IDENT_7 . class , actual . METHOD_4 ( ) ) ; }
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 , function ) ; }
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 . artemis . protocol . IDENT_5 . IDENT_7 . IDENT_8 IDENT_9 = METHOD_2 ( IDENT_3 ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { return null ; }
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 . eclipse . collections . api . map . IDENT_0 < IDENT_2 , IDENT_3 > ) ( map ) ) : new org . eclipse . collections . impl . map . mutable . METHOD_1 ( map ) ; }
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 . IDENT_3 < Map . Entry < java . lang . Integer , java . lang . Integer > > ) ( org . eclipse . collections . impl . map . mutable . IDENT_4 . METHOD_2 ( ) . entrySet ( ) ) ) ; empty . METHOD_3 ( new org . eclipse . collections . impl . map . mutable . IDENT_5 . METHOD_4 ( IDENT_1 ) , 0 , empty . METHOD_5 ( 1 ) ) ; "<AssertPlaceHolder>" ; } getValue ( ) { return this . value ; }
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 . mutable . IDENT_3 . METHOD_1 ( 1 , 1 , 2 , 2 , 3 , 3 , 4 , 4 ) . entrySet ( ) ) ) ; org . eclipse . collections . impl . math . IDENT_4 IDENT_5 = new org . eclipse . collections . impl . math . METHOD_2 ( 0 ) ; IDENT_2 . METHOD_3 ( new org . eclipse . collections . impl . map . mutable . IDENT_6 . METHOD_4 ( IDENT_5 ) ) ; "<AssertPlaceHolder>" ; } getValue ( ) { return this . value ; }
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 . IDENT_3 < Map . Entry < java . lang . Integer , java . lang . Integer > > ) ( org . eclipse . collections . impl . map . mutable . IDENT_4 . METHOD_2 ( ) . entrySet ( ) ) ) ; empty . METHOD_3 ( new org . eclipse . collections . impl . map . mutable . IDENT_5 . METHOD_4 ( IDENT_1 ) ) ; "<AssertPlaceHolder>" ; } getValue ( ) { return this . value ; }
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 ( ) . toArray ( target ) ; org . eclipse . collections . impl . IDENT_1 . IDENT_2 . METHOD_2 ( values , values . length , org . eclipse . collections . impl . block . factory . IDENT_3 . METHOD_3 ( String :: compareTo ) ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( java . util . IDENT_4 ) { return new org . eclipse . collections . impl . block . factory . IDENT_3 . METHOD_4 ( IDENT_5 ) ; }
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 ( ) . toArray ( IDENT_1 ) ; java . util . Arrays . METHOD_3 ( result ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( java . util . IDENT_2 ) { this . METHOD_4 ( org . eclipse . collections . impl . block . factory . IDENT_3 . METHOD_5 ( IDENT_4 ) ) ; }
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 . impl . tuple . IDENT_4 < > ( key , value ) ; }
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 . IDENT_1 < java . lang . Integer , java . lang . String > IDENT_2 = new org . eclipse . collections . impl . tuple . METHOD_2 ( null , null ) ; target [ 1 ] = IDENT_2 ; target [ 2 ] = IDENT_2 ; target [ 3 ] = IDENT_2 ; java . util . Map < java . lang . Integer , java . lang . String > [ ] IDENT_3 = map . entrySet ( ) . toArray ( target ) ; "<AssertPlaceHolder>" ; } of ( IDENT_4 , IDENT_5 ) { return new org . eclipse . collections . impl . tuple . METHOD_2 < > ( key , value ) ; }
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 . collections . impl . tuple . IDENT_4 < > ( key , value ) ; }
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_3 ) { return new org . eclipse . collections . impl . tuple . IDENT_4 < > ( key , value ) ; }
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 . activemq . artemis . protocol . IDENT_7 . IDENT_8 . IDENT_9 IDENT_10 = METHOD_2 ( IDENT_4 ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { if ( ( ( properties ) != null ) && ( ( properties . METHOD_4 ( ) ) != null ) ) { org . apache . IDENT_1 . IDENT_2 . IDENT_7 . IDENT_11 IDENT_12 = properties . METHOD_4 ( ) ; return new java . lang . String ( IDENT_12 . METHOD_5 ( ) , IDENT_12 . METHOD_6 ( ) , IDENT_12 . METHOD_7 ( ) , java . nio . IDENT_13 . IDENT_6 . UTF_8 ) ; } else { return null ; } }
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 , STRING_0 , STRING_1 , "]" ) ; "<AssertPlaceHolder>" ; } toString ( ) { return new java . lang . String ( this . key ) ; }
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 . IDENT_0 . IDENT_2 . IDENT_3 , org . eclipse . collections . impl . map . mutable . IDENT_0 . IDENT_2 . IDENT_4 , true , org . eclipse . collections . impl . map . mutable . IDENT_0 . IDENT_2 . IDENT_5 , false , org . eclipse . collections . impl . map . mutable . IDENT_0 . IDENT_2 . IDENT_6 , true , org . eclipse . collections . impl . map . mutable . IDENT_0 . IDENT_2 . IDENT_7 , false ) ; java . util . Set < org . eclipse . collections . impl . test . domain . Person > IDENT_8 = map . METHOD_2 ( ) ; IDENT_8 . remove ( org . eclipse . collections . impl . map . mutable . IDENT_0 . IDENT_2 . IDENT_4 ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( org . eclipse . collections . api . block . IDENT_9 , IDENT_10 , boolean ) { return new org . eclipse . collections . impl . map . mutable . IDENT_0 . IDENT_1 < IDENT_10 > ( IDENT_11 , 1 ) . METHOD_3 ( key , value ) ; }
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 . IDENT_6 < IDENT_3 , IDENT_4 > ( 1 ) . METHOD_2 ( key , value ) ; }
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 . METHOD_2 ( IDENT_4 , IDENT_1 ) ; } }
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>" ; } METHOD_2 ( ) { if ( ( ( properties ) != null ) && ( ( properties . METHOD_3 ( ) ) != null ) ) { org . apache . IDENT_0 . IDENT_1 . IDENT_5 . IDENT_9 IDENT_10 = properties . METHOD_3 ( ) ; return new java . lang . String ( IDENT_10 . METHOD_4 ( ) , IDENT_10 . METHOD_5 ( ) , IDENT_10 . METHOD_6 ( ) , java . nio . IDENT_11 . IDENT_12 . UTF_8 ) ; } else { return null ; } }
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 . Integer [ ] IDENT_5 = new java . lang . Integer [ 2 ] ; java . lang . Integer [ ] result = IDENT_3 . METHOD_2 ( ) . toArray ( IDENT_5 ) ; java . util . Arrays . METHOD_3 ( result ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( java . util . IDENT_6 ) { this . METHOD_4 ( org . eclipse . collections . impl . block . factory . IDENT_7 . METHOD_5 ( IDENT_8 ) ) ; }
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 . Integer [ ] target = new java . lang . Integer [ 6 ] ; target [ 4 ] = INT_0 ; target [ 5 ] = INT_0 ; java . lang . Integer [ ] result = IDENT_3 . METHOD_2 ( ) . toArray ( target ) ; org . eclipse . collections . impl . IDENT_5 . IDENT_6 . METHOD_3 ( result , result . length , org . eclipse . collections . impl . block . factory . IDENT_7 . METHOD_4 ( Integer :: compareTo ) ) ; "<AssertPlaceHolder>" ; } METHOD_4 ( java . util . IDENT_8 ) { return new org . eclipse . collections . impl . block . factory . IDENT_7 . METHOD_5 ( IDENT_9 ) ; }
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 . METHOD_2 ( org . eclipse . collections . impl . block . factory . IDENT_4 . METHOD_3 ( ) , org . eclipse . collections . impl . block . factory . IDENT_4 . METHOD_4 ( ) ) ) ; org . eclipse . collections . api . map . IDENT_5 . IDENT_6 < java . lang . String , java . lang . Integer > IDENT_7 = new org . eclipse . collections . impl . map . IDENT_5 . mutable . METHOD_5 ( IDENT_2 . toArray ( new org . eclipse . collections . api . tuple . IDENT_1 [ ] { } ) ) ; org . eclipse . collections . api . list . IDENT_8 < Map . Entry < java . lang . String , java . lang . Integer > > IDENT_9 = org . eclipse . collections . impl . list . mutable . IDENT_10 . METHOD_6 ( IDENT_7 . entrySet ( ) ) ; org . eclipse . collections . api . list . IDENT_8 < Map . Entry < java . lang . String , java . lang . Integer > > IDENT_11 = IDENT_9 . METHOD_7 ( org . eclipse . collections . impl . block . factory . IDENT_4 . METHOD_8 ( ) ) ; "<AssertPlaceHolder>" ; } METHOD_8 ( ) { return ( ( org . eclipse . collections . api . block . function . IDENT_12 < java . util . Map . Entry < IDENT_13 , ? > , IDENT_13 > ) ( org . eclipse . collections . impl . block . factory . IDENT_4 . IDENT_14 ) ) ; }
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 . eclipse . collections . impl . tuple . IDENT_5 < > ( key , value ) ; }
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_3 , IDENT_4 ) { return new org . eclipse . collections . impl . tuple . IDENT_5 < > ( key , value ) ; }
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 . artemis . protocol . IDENT_5 . IDENT_7 . IDENT_8 IDENT_9 = METHOD_2 ( IDENT_3 ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { if ( ( ( properties ) != null ) && ( ( properties . METHOD_4 ( ) ) != null ) ) { org . apache . IDENT_0 . IDENT_1 . IDENT_5 . IDENT_10 IDENT_11 = properties . METHOD_4 ( ) ; return new java . lang . String ( IDENT_11 . METHOD_5 ( ) , IDENT_11 . METHOD_6 ( ) , IDENT_11 . METHOD_7 ( ) , java . nio . IDENT_12 . IDENT_13 . UTF_8 ) ; } else { return null ; } }
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 . strategy . mutable . IDENT_3 . METHOD_1 ( org . eclipse . collections . impl . map . strategy . mutable . IDENT_4 . IDENT_5 , 1 , 1 , 2 , 2 , 3 , 3 , 4 , 4 ) . entrySet ( ) ) ) ; for ( int IDENT_6 = 1 ; IDENT_6 <= 16 ; ++ IDENT_6 ) { org . eclipse . collections . impl . math . IDENT_7 IDENT_8 = new org . eclipse . collections . impl . math . METHOD_2 ( 0 ) ; for ( int IDENT_9 = 0 ; IDENT_9 < IDENT_6 ; ++ IDENT_9 ) { IDENT_2 . METHOD_3 ( new org . eclipse . collections . impl . map . strategy . mutable . IDENT_4 . METHOD_4 ( IDENT_8 ) , IDENT_9 , IDENT_6 ) ; } "<AssertPlaceHolder>" ; } } getValue ( ) { return this . value ; }
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 . IDENT_3 < Map . Entry < java . lang . Integer , java . lang . Integer > > ) ( org . eclipse . collections . impl . map . strategy . mutable . IDENT_4 . METHOD_2 ( org . eclipse . collections . impl . map . strategy . mutable . IDENT_5 . IDENT_6 ) . entrySet ( ) ) ) ; empty . METHOD_3 ( new org . eclipse . collections . impl . map . strategy . mutable . IDENT_5 . METHOD_4 ( IDENT_1 ) , 0 , empty . METHOD_5 ( 1 ) ) ; "<AssertPlaceHolder>" ; } getValue ( ) { return this . value ; }
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 . strategy . mutable . IDENT_3 . METHOD_1 ( org . eclipse . collections . impl . map . strategy . mutable . IDENT_4 . IDENT_5 , 1 , 1 , 2 , 2 , 3 , 3 , 4 , 4 ) . entrySet ( ) ) ) ; org . eclipse . collections . impl . math . IDENT_6 IDENT_7 = new org . eclipse . collections . impl . math . METHOD_2 ( 0 ) ; IDENT_2 . METHOD_3 ( new org . eclipse . collections . impl . map . strategy . mutable . IDENT_4 . METHOD_4 ( IDENT_7 ) ) ; "<AssertPlaceHolder>" ; } getValue ( ) { return this . value ; }
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 . IDENT_3 < Map . Entry < java . lang . Integer , java . lang . Integer > > ) ( org . eclipse . collections . impl . map . strategy . mutable . IDENT_4 . METHOD_2 ( org . eclipse . collections . impl . map . strategy . mutable . IDENT_5 . IDENT_6 ) . entrySet ( ) ) ) ; empty . METHOD_3 ( new org . eclipse . collections . impl . map . strategy . mutable . IDENT_5 . METHOD_4 ( IDENT_1 ) ) ; "<AssertPlaceHolder>" ; } getValue ( ) { return this . value ; }
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 , 2 , 2 ) ; "<AssertPlaceHolder>" ; } 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 , 2 , 2 ) ; org . junit . Assert . assertSame ( org . eclipse . collections . impl . map . strategy . mutable . IDENT_1 . IDENT_2 , map . METHOD_0 ( ) ) ; }
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 . lang . String , java . lang . String > IDENT_2 = IDENT_0 . METHOD_0 ( ( key , value ) -> ( STRING_1 . equals ( key ) ) && ( "2" . equals ( value ) ) ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_3 . IDENT_4 . empty ( ) ; }
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 . lang . String , java . lang . String > IDENT_2 = IDENT_0 . METHOD_0 ( ( key , value ) -> ( STRING_1 . equals ( key ) ) && ( "2" . equals ( value ) ) ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( ) { return IDENT_3 . IDENT_4 . empty ( ) ; }
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 . METHOD_3 ( IDENT_0 ) ; org . apache . activemq . artemis . protocol . IDENT_6 . IDENT_8 . IDENT_9 IDENT_10 = METHOD_4 ( IDENT_4 ) ; "<AssertPlaceHolder>" ; } METHOD_5 ( ) { return IDENT_11 ; }
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 , STRING_1 ) ) . METHOD_2 ( 3 , Lists . mutable . with ( "2" , STRING_0 , STRING_1 , STRING_2 , STRING_3 , STRING_4 ) ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . Integer > IDENT_2 = IDENT_0 . METHOD_0 ( ( key ) -> ( key OP_0 2 ) == 0 ? STRING_5 : STRING_6 , ( value ) -> ( java . lang . Integer . valueOf ( value ) ) + 1 ) ; org . eclipse . collections . api . IDENT_0 . IDENT_3 . IDENT_4 < java . lang . String , java . lang . Integer > IDENT_5 = org . eclipse . collections . impl . IDENT_0 . IDENT_3 . IDENT_6 . METHOD_3 ( ) ; IDENT_5 . METHOD_4 ( STRING_6 , Lists . mutable . with ( 2 , 3 , 4 , 3 , 4 , 5 , 8 , 9 , 10 ) ) ; IDENT_5 . METHOD_4 ( STRING_5 , Lists . mutable . with ( 3 , 4 , 5 ) ) ; org . eclipse . collections . api . IDENT_0 . IDENT_3 . IDENT_7 < java . lang . String , java . lang . Integer > IDENT_8 = IDENT_5 . METHOD_5 ( ) ; "<AssertPlaceHolder>" ; } METHOD_5 ( ) { return this ; }
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 . eclipse . collections . impl . tuple . IDENT_2 . METHOD_1 ( 2 , STRING_1 ) ; org . eclipse . collections . api . tuple . IDENT_0 < java . lang . Integer , java . lang . String > IDENT_4 = org . eclipse . collections . impl . tuple . IDENT_2 . METHOD_1 ( 3 , STRING_2 ) ; org . eclipse . collections . api . tuple . IDENT_0 < java . lang . Integer , java . lang . String > IDENT_5 = org . eclipse . collections . impl . tuple . IDENT_2 . METHOD_1 ( 4 , STRING_3 ) ; org . eclipse . collections . api . list . IDENT_6 < org . eclipse . collections . api . tuple . IDENT_0 < java . lang . Integer , java . lang . String > > IDENT_7 = org . eclipse . collections . impl . list . mutable . IDENT_8 . METHOD_2 ( IDENT_1 , IDENT_3 , IDENT_4 , IDENT_5 ) ; org . eclipse . collections . api . IDENT_9 . IDENT_10 < java . lang . Integer , java . lang . String > expected = this . METHOD_3 ( IDENT_1 , IDENT_3 , IDENT_4 , IDENT_5 ) ; org . eclipse . collections . api . IDENT_9 . IDENT_10 < java . lang . Integer , java . lang . String > actual = this . METHOD_4 ( IDENT_7 ) ; "<AssertPlaceHolder>" ; } METHOD_4 ( java . lang . IDENT_11 ) { return org . eclipse . collections . impl . IDENT_9 . IDENT_12 . strategy . IDENT_13 . METHOD_3 ( org . eclipse . collections . impl . block . factory . IDENT_14 . METHOD_5 ( ) , IDENT_15 ) ; }
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 = IDENT_0 . METHOD_0 ( ( key , value ) -> ( STRING_1 . equals ( key ) ) && ( ( value OP_0 2 ) == 0 ) ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( IDENT_3 , IDENT_4 ) { org . eclipse . collections . api . IDENT_0 . IDENT_5 . IDENT_6 < IDENT_3 , IDENT_4 > IDENT_7 = this . METHOD_3 ( ) ; IDENT_7 . put ( key , value ) ; return IDENT_7 ; }
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 = IDENT_0 . METHOD_0 ( ( key , value ) -> ( STRING_1 . equals ( key ) ) || ( ( value OP_0 2 ) == 0 ) ) ; "<AssertPlaceHolder>" ; } METHOD_2 ( IDENT_3 , IDENT_4 ) { org . eclipse . collections . api . IDENT_0 . IDENT_5 . IDENT_6 < IDENT_3 , IDENT_4 > IDENT_7 = this . METHOD_3 ( ) ; IDENT_7 . put ( key , value ) ; return IDENT_7 ; }
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 = IDENT_0 . METHOD_0 ( ( key , values ) -> ( STRING_1 . equals ( key ) ) && ( org . eclipse . collections . impl . IDENT_3 . IDENT_4 . contains ( values , 2 ) ) ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( IDENT_5 , IDENT_6 , IDENT_5 , IDENT_6 ) { org . eclipse . collections . api . IDENT_0 . IDENT_7 . IDENT_8 < IDENT_5 , IDENT_6 > IDENT_9 = this . METHOD_2 ( ) ; IDENT_9 . put ( IDENT_10 , IDENT_11 ) ; IDENT_9 . put ( IDENT_12 , IDENT_13 ) ; return IDENT_9 ; }
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 . METHOD_0 ( ( key , value ) -> org . eclipse . collections . impl . tuple . IDENT_3 . METHOD_2 ( java . lang . Integer . valueOf ( key ) , ( value + STRING_1 ) ) ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . Integer , java . lang . String > IDENT_4 = this . METHOD_1 ( 1 , STRING_2 , 1 , STRING_3 , 2 , STRING_4 , 3 , STRING_5 ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( IDENT_5 , IDENT_6 , IDENT_5 , IDENT_6 , IDENT_5 , IDENT_6 , IDENT_5 , IDENT_6 ) { org . eclipse . collections . api . IDENT_0 . IDENT_7 . IDENT_8 < IDENT_5 , IDENT_6 > IDENT_9 = this . METHOD_3 ( ) ; IDENT_9 . put ( IDENT_10 , IDENT_11 ) ; IDENT_9 . put ( IDENT_12 , IDENT_13 ) ; IDENT_9 . put ( IDENT_14 , IDENT_15 ) ; IDENT_9 . put ( IDENT_16 , IDENT_17 ) ; return IDENT_9 ; }
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 . METHOD_0 ( ( value ) -> value + STRING_1 ) ; org . eclipse . collections . api . IDENT_0 . IDENT_1 < java . lang . String , java . lang . String > IDENT_3 = this . METHOD_1 ( "1" , STRING_2 , "1" , STRING_3 , "2" , STRING_4 , STRING_0 , STRING_5 ) ; "<AssertPlaceHolder>" ; } METHOD_1 ( IDENT_4 , IDENT_5 , IDENT_4 , IDENT_5 , IDENT_4 , IDENT_5 , IDENT_4 , IDENT_5 ) { org . eclipse . collections . api . IDENT_0 . IDENT_6 . IDENT_7 < IDENT_4 , IDENT_5 > IDENT_8 = this . METHOD_2 ( ) ; IDENT_8 . put ( IDENT_9 , IDENT_10 ) ; IDENT_8 . put ( IDENT_11 , IDENT_12 ) ; IDENT_8 . put ( IDENT_13 , IDENT_14 ) ; IDENT_8 . put ( IDENT_15 , IDENT_16 ) ; return IDENT_8 ; }
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 . lang . Integer > > expected = org . eclipse . collections . impl . map . mutable . IDENT_4 . METHOD_2 ( ) ; expected . put ( STRING_0 , org . eclipse . collections . impl . set . mutable . IDENT_5 . METHOD_3 ( 1 ) ) ; expected . put ( STRING_1 , org . eclipse . collections . impl . set . mutable . IDENT_5 . METHOD_3 ( 2 , 2 ) ) ; org . eclipse . collections . api . map . IDENT_2 < java . lang . String , org . eclipse . collections . api . set . IDENT_6 < java . lang . Integer > > map = IDENT_0 . METHOD_4 ( IDENT_5 :: new ) ; "<AssertPlaceHolder>" ; } METHOD_4 ( org . eclipse . collections . api . block . function . IDENT_7 ) { org . eclipse . collections . api . map . IDENT_2 < IDENT_8 , IDENT_9 > result = org . eclipse . collections . impl . map . mutable . IDENT_4 . METHOD_2 ( ) ; this . map . METHOD_5 ( ( key , IDENT_10 ) -> { org . eclipse . collections . impl . IDENT_0 . IDENT_9 IDENT_11 = IDENT_12 . value ( ) ; org . eclipse . collections . impl . IDENT_13 . IDENT_14 . METHOD_6 ( IDENT_10 , IDENT_11 ) ; result . put ( key , IDENT_11 ) ; } ) ; return result ; }
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>" ; } METHOD_2 ( ) { return 0 ; }
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 . IDENT_2 . IDENT_3 ) ; IDENT_0 . put ( 1 , org . eclipse . collections . impl . IDENT_0 . IDENT_2 . IDENT_4 ) ; IDENT_0 . put ( 1 , org . eclipse . collections . impl . IDENT_0 . IDENT_2 . IDENT_5 ) ; IDENT_0 . put ( 1 , org . eclipse . collections . impl . IDENT_0 . IDENT_2 . IDENT_6 ) ; IDENT_0 . put ( 1 , org . eclipse . collections . impl . IDENT_0 . IDENT_2 . IDENT_6 ) ; IDENT_0 . put ( 2 , org . eclipse . collections . impl . IDENT_0 . IDENT_2 . IDENT_4 ) ; IDENT_0 . put ( 2 , org . eclipse . collections . impl . IDENT_0 . IDENT_2 . IDENT_7 ) ; IDENT_0 . put ( 2 , org . eclipse . collections . impl . IDENT_0 . IDENT_2 . IDENT_5 ) ; IDENT_0 . put ( 2 , org . eclipse . collections . impl . IDENT_0 . IDENT_2 . IDENT_6 ) ; org . eclipse . collections . api . IDENT_0 . IDENT_8 . IDENT_9 < java . lang . Integer , java . lang . Integer > IDENT_10 = IDENT_0 . METHOD_0 ( Person :: IDENT_11 ) ; org . eclipse . collections . api . IDENT_0 . IDENT_8 . IDENT_9 < java . lang . Integer , java . lang . Integer > IDENT_12 = org . eclipse . collections . impl . IDENT_0 . IDENT_8 . IDENT_13 . METHOD_1 ( ) ; IDENT_12 . put ( 1 , 100 ) ; IDENT_12 . put ( 2 , 100 ) ; "<AssertPlaceHolder>" ; } put ( IDENT_14 , IDENT_15 ) { throw new java . lang . METHOD_2 ( ( STRING_0 + ( this . getClass ( ) . METHOD_3 ( ) ) ) ) ; }
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 . IDENT_4 . set . IDENT_5 < java . lang . String , java . lang . Integer > IDENT_4 = org . eclipse . collections . impl . IDENT_4 . set . IDENT_6 . METHOD_2 ( ) ; IDENT_4 . put ( STRING_0 , 2 ) ; IDENT_4 . put ( STRING_0 , 1 ) ; IDENT_4 . put ( STRING_1 , 3 ) ; IDENT_4 . put ( STRING_1 , 3 ) ; org . eclipse . collections . api . IDENT_4 . set . IDENT_7 < java . lang . String , java . lang . Integer > IDENT_8 = IDENT_4 . METHOD_3 ( ) ; IDENT_8 . METHOD_4 ( ( key , values ) -> collection . add ( org . eclipse . collections . impl . tuple . IDENT_9 . METHOD_5 ( key , values ) ) ) ; "<AssertPlaceHolder>" ; } METHOD_6 ( org . eclipse . collections . api . block . IDENT_10 , IDENT_11 [ ] ) { org . eclipse . collections . impl . set . strategy . mutable . IDENT_12 < IDENT_11 > set = org . eclipse . collections . impl . set . strategy . mutable . IDENT_12 . METHOD_1 ( IDENT_13 , elements . length ) ; return set . with ( elements ) ; }
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 . IDENT_9 . METHOD_5 ( STRING_1 , org . eclipse . collections . impl . set . mutable . IDENT_3 . METHOD_6 ( 3 , 3 ) ) ) , collection )
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 < java . lang . Integer > IDENT_4 = IDENT_2 . collect ( IDENT_1 :: size , org . eclipse . collections . impl . list . mutable . IDENT_5 . METHOD_2 ( ) ) ; org . eclipse . collections . api . IDENT_6 . IDENT_7 < java . lang . Integer > IDENT_8 = IDENT_9 . mutable . of ( ) ; IDENT_8 . METHOD_3 ( 2 , ( ( this . METHOD_1 ( ) . size ( ) ) / 2 ) ) ; if ( ( ( this . METHOD_1 ( ) . size ( ) ) OP_0 2 ) != 0 ) { IDENT_8 . add ( 1 ) ; } "<AssertPlaceHolder>" ; } METHOD_4 ( ) { return null ; }
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_2 . METHOD_1 ( "1" , "1" ) ; org . eclipse . collections . impl . set . IDENT_4 . IDENT_5 < org . eclipse . collections . api . tuple . IDENT_0 < java . lang . String > > set = new org . eclipse . collections . impl . set . IDENT_4 . METHOD_2 ( IDENT_1 ) ; set . with ( IDENT_3 ) ; "<AssertPlaceHolder>" ; } METHOD_3 ( ) { org . junit . Assert . assertNotNull ( this . METHOD_4 ( 1 , 2 , 3 ) . METHOD_3 ( ) ) ; org . junit . Assert . assertNull ( this . METHOD_4 ( ) . METHOD_3 ( ) ) ; }
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 . value ) ) ; }
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 )