1-It is an implementation of hashing technique with linked represenation. 2-LinkedHashSet does not allow duplicate elements because it implements set interface. 3-linkedHashset is allow null value.
DatawavePrincipal currently maintains the list of users as a LinkedHashSet which hides any duplcate users or call chain cycles from our logs and monitoring. Change the LinkedHashSet to an ArrayList to ...