Currently in com.jme3.anim (new animation system) the AnimComposer control defines 2 methods to enumerate all clips contained in the composer. While both methods return collections, the implementation does not allow the same AnimClip to be added twice. It would be advantageous to return sets instead, to clarify that duplicates are not allowed.