Searched defs:removeElement (Results 1 – 2 of 2) sorted by relevance
67 public V removeElement(K key) { in removeElement() method in CircularQueue
430 public static @Nullable <T> T[] removeElement(Class<T> kind, @Nullable T[] array, T element) { in removeElement() method in ArrayUtils