fellshard
06/23/2016, 11:06 PMunmodifiableList
wrapper, where it claims to support a wide set of operations, but only permits use of a limited subset, and deceptively (to the user of the list) throws `NotImplementedException`s for a number of others. In essence, that interface is lying to you about what it can and cannot do.