(def q (java.util.LinkedList.)) (.add q 1) (.add q 2) (.add q 3) (.remove q) ; 1 (.remove q) ; 2 (.remove q) ; 3 (.isEmpty q) ; true