Đang chuẩn bị liên kết để tải về tài liệu:
Thinking in Java 4th Edition phần 5

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

Bộ sưu tập, bạn cũng thực hiện iterator (), và chỉ thực hiện iterator () một mình đòi hỏi nỗ lực chỉ hơi ít hơn so với kế thừa từ AbstractCoUection. Tuy nhiên, nếu lớp học của bạn đã được thừa kế từ một lớp khác, sau đó bạn có thể không còn kế thừa từ AbstractCollection. | Simpo PDF Merge and Split Unregistered Version - http www.simpopdf.com A dynamic instanceof The Class.islnstance method provides a way to dynamically test the type of an object. Thus all those tedious instanceof statements can be removed from PetCount.java typeinfo PetCount3.java Using isInstance import typeinfo.pets. import java.util. import net.mindview.util. import static net.mindview.util.Print. public class PetCount3 static class PetCounter extends LinkedHashMap Class extends Pet Integer public PetCounter super MapData.map LiteralPetCreator.allTypes 0 public void count Pet pet Class.isInstance eliminates instanceofs for Map.Entry Class extends Pet Integer pair entrySet if pair.getKey .isInstance pet put pair.getKey pair.getValue 1 . . . . public String toString StringBuilder result new StringBuilder for Map.Entry Class extends Pet Integer pair entrySet result.append pair.getKey .getSimpleName result.append result.append pair.getValue result.append result.delete result.length -2 result.length result.append return result.toString public static void main String args PetCounter petCount new PetCounter for Pet pet Pets.createArray 20 printnb pet.getClass .getSimpleName petCount.count pet print print petCount . . Output Rat Manx Cymric Mutt Pug Cymric Pug Manx Cymric Rat EgyptianMau Hamster EgyptianMau Mutt Mutt Cymric Mouse Pug Mouse Cymric Pet 20 Dog 6 Cat 9 Rodent 5 Mutt 3 Pug 3 EgyptianMau 2 Manx 7 Cymric 5 Rat 2 Mouse 2 Hamster 1 In order to count all the different types of Pet the PetCounter Map is preloaded with the types from LiteralPetCreator.allTypes. This uses the net.mindview.util.MapData class which takes an Iterable the allTypes List and a constant value zero in this case and fills the Map with keys taken from allTypes and values of zero . Without pre-loading the Map you would only end up counting the types that are randomly generated and not the base types like Pet and Cat. Type Information 411 Simpo PDF Merge and Split Unregistered Version - http .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.