Searched refs:freezableSource (Results 1 – 1 of 1) sorted by relevance
469 Freezable freezableSource = (Freezable) source; in protectCollection() local470 if (freezableSource.isFrozen()) return source; in protectCollection()471 return (T) ((Freezable) (freezableSource.cloneAsThawed())).freeze(); in protectCollection()513 Freezable freezableSource = (Freezable) source; in protectCollectionX() local514 return (T) freezableSource.freeze(); in protectCollectionX()