Equipment: ```java public boolean containsOneOf(int... items) ``` Inventory: ```java public boolean containsOneOf(final Integer... itemID) ``` not a huge deal here but i think we should have matching sigs across the board.