Random access in ArrayDeque

Jason Mehrens jason_mehrens at hotmail.com
Mon Feb 10 14:11:44 UTC 2014


> Too bad there is no interface with only get(index), set(index, x),
> and indexOf(x). Implementing only these would probably satisfy
> all candidate usages.

With default methods can't we modify the RandomAccess marker interface with hostile implementations?

Jason 		 	   		  


More information about the core-libs-dev mailing list