other.addItem( "eee", "eee" );
other.addItem( "fff", "ddd" );
menu.addItem( other );
menu.setComparator(
new FixedMenuOrderComparator( MenuMatchers.pathEquals( "/bbb" ), MenuMatchers.pathMatches( "^/c" ),
MenuMatchers.pathMatches( ".*a.*" ), MenuMatchers.pathEquals( "333" ),
MenuMatchers.pathMatches( "2" ),
MenuMatchers.pathMatches( Pattern.compile( "111" ) ) ), true
);