Searched refs:freezableSource (Results 1 – 1 of 1) sorted by relevance
486 Freezable freezableSource = (Freezable) source; in protectCollection() local487 if (freezableSource.isFrozen()) return source; in protectCollection()488 return (T) ((Freezable) (freezableSource.cloneAsThawed())).freeze(); in protectCollection()530 Freezable freezableSource = (Freezable) source; in protectCollectionX() local531 return (T) freezableSource.freeze(); in protectCollectionX()